ConfigVariableInt64
from panda3d.core import ConfigVariableInt64
- class ConfigVariableInt64
Bases:
ConfigVariable
This is a convenience class to specialize ConfigVariable as a 64-bit integer type.
Inheritance diagram
- __init__(*args, **kwargs)
- assign()
C++ Interface: assign(const ConfigVariableInt64 self, long value)
- default_value
- getDefaultValue()
C++ Interface: get_default_value(ConfigVariableInt64 self)
- /**
Returns the variable’s default value.
*/
- getWord()
C++ Interface: get_word(ConfigVariableInt64 self, int n)
- /**
Returns the variable’s nth value.
*/
- get_default_value()
C++ Interface: get_default_value(ConfigVariableInt64 self)
- /**
Returns the variable’s default value.
*/
- get_value()
C++ Interface: get_value(ConfigVariableInt64 self)
- /**
Returns the variable’s value.
*/
- get_word()
C++ Interface: get_word(ConfigVariableInt64 self, int n)
- /**
Returns the variable’s nth value.
*/
- setValue()
C++ Interface: set_value(const ConfigVariableInt64 self, long value)
- /**
Reassigns the variable’s local value.
*/
- setWord()
C++ Interface: set_word(const ConfigVariableInt64 self, int n, long value)
- /**
Reassigns the variable’s nth value. This makes a local copy of the
variable’s overall value.
*/
- set_value()
C++ Interface: set_value(const ConfigVariableInt64 self, long value)
- /**
Reassigns the variable’s local value.
*/
- set_word()
C++ Interface: set_word(const ConfigVariableInt64 self, int n, long value)
- /**
Reassigns the variable’s nth value. This makes a local copy of the
variable’s overall value.
*/
- value