ConfigFlags
from pandac.PandaModules import ConfigFlags
Class : ConfigFlags
Description : 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.
Inheritance:
Constants in ConfigFlags:
| VTUndefined | (ValueType) |
| VTList | (ValueType) |
| VTString | (ValueType) |
| VTFilename | (ValueType) |
| VTBool | (ValueType) |
| VTInt | (ValueType) |
| VTDouble | (ValueType) |
| VTEnum | (ValueType) |
| VTSearchPath | (ValueType) |
| VTInt64 | (ValueType) |
| |
| FTrustLevelMask | (VariableFlags) |
| FOpen | (VariableFlags) |
| FClosed | (VariableFlags) |
| FDynamic | (VariableFlags) |
| FDconfig | (VariableFlags) |
| |