XII Release 0.1.0
Loading...
Searching...
No Matches
xiiSpawnComponentFlags Struct Reference

Classes

struct  Bits
 

Public Types

enum  Enum {
  None = 0 , SpawnAtStart = XII_BIT(0) , SpawnContinuously = XII_BIT(1) , AttachAsChild = XII_BIT(2) ,
  SpawnInFlight = XII_BIT(3) , Default = None
}
 
using StorageType = xiiUInt16
 

Member Enumeration Documentation

◆ Enum

Enumerator
SpawnAtStart 

The component will schedule a spawn once at creation time.

SpawnContinuously 

Every time a scheduled spawn was done, a new one is scheduled.

AttachAsChild 

All objects spawned will be attached as children to this node.

SpawnInFlight 

[internal] A spawn trigger message has been posted.


The documentation for this struct was generated from the following file: