RigsofRods
Soft-body Physics Simulation
|
Go to the source code of this file.
Data Structures | |
class | Script2Game::CVarClass |
Binding of RoR::CVar; A console variable, usually defined in RoR.cfg but also created by users or scripts. More... | |
Namespaces | |
Script2Game | |
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation. | |
Enumerations | |
enum | Script2Game::CVarFlags { Script2Game::CVAR_TYPE_BOOL = BITMASK(1), Script2Game::CVAR_TYPE_INT = BITMASK(2), Script2Game::CVAR_TYPE_FLOAT = BITMASK(3), Script2Game::CVAR_ARCHIVE = BITMASK(4), Script2Game::CVAR_NO_LOG = BITMASK(5) } |
Types and special attributes of cvars. More... | |