17 INLINE
size_t ConfigVariableManager::
18 get_num_variables()
const {
19 return _variables.size();
27 nassertr(n < _variables.size(),
nullptr);
33 variableMgr.output(out);
The internal definition of a ConfigVariable.
get_variable
Returns the nth active ConfigVariableCore in the world.
A global object that maintains the set of ConfigVariables (actually, ConfigVariableCores) everywhere ...