Plasma Engine  2.0
Loading...
Searching...
No Matches
plSpawnComponentFlags Struct Reference

Classes

struct  Bits
 

Public Types

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

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: