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

Flags for entries in plBlackboard. More...

#include <Blackboard.h>

Classes

struct  Bits
 

Public Types

enum  Enum {
  None = 0 , Save = PL_BIT(0) , OnChangeEvent = PL_BIT(1) , UserFlag0 = PL_BIT(7) ,
  UserFlag1 = PL_BIT(8) , UserFlag2 = PL_BIT(9) , UserFlag3 = PL_BIT(10) , UserFlag4 = PL_BIT(11) ,
  UserFlag5 = PL_BIT(12) , UserFlag6 = PL_BIT(13) , UserFlag7 = PL_BIT(14) , Invalid = PL_BIT(15) ,
  Default = None
}
 
using StorageType = plUInt16
 

Detailed Description

Flags for entries in plBlackboard.

Member Enumeration Documentation

◆ Enum

Enumerator
Save 

Include the entry during serialization.

OnChangeEvent 

Broadcast the 'ValueChanged' event when this entry's value is modified.


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