ConfigFlags

from panda3d.core import ConfigFlags
class ConfigFlags

Bases: DTOOL_SUPER_BASE

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 diagram

Inheritance diagram of ConfigFlags

FClosed = 8192
FDconfig = 32768
FDynamic = 16384
FOpen = 4096
FTrustLevelMask = 4095
F_closed = 8192
F_dconfig = 32768
F_dynamic = 16384
F_open = 4096
F_trust_level_mask = 4095
VTBool = 4
VTColor = 10
VTDouble = 6
VTEnum = 7
VTFilename = 3
VTInt = 5
VTInt64 = 9
VTList = 1
VTSearchPath = 8
VTString = 2
VTUndefined = 0
VT_bool = 4
VT_color = 10
VT_double = 6
VT_enum = 7
VT_filename = 3
VT_int = 5
VT_int64 = 9
VT_list = 1
VT_search_path = 8
VT_string = 2
VT_undefined = 0
__init__(*args, **kwargs)