Panda3D
|
This class is the base class of both ConfigVariable and ConfigVariableCore. More...
Public Types | |
enum | ValueType { VTUndefined = 0, VTList = 1, VTString = 2, VTFilename = 3, VTBool = 4, VTInt = 5, VTDouble = 6, VTEnum = 7, VTSearchPath = 8, VTInt64 = 9 } |
enum | VariableFlags { FTrustLevelMask = 4095, FOpen = 4096, FClosed = 8192, FDynamic = 16384, FDconfig = 32768 } |
This class is the base class of both ConfigVariable and ConfigVariableCore.
It exists only to provide a convenient name scoping for some enumerated values common to both classes.
enum ValueType |
enum VariableFlags |