RigsofRods
Soft-body Physics Simulation
|
Go to the source code of this file.
Data Structures | |
class | RoR::CVar |
Quake-style console variable, defined in RoR.cfg or crated via Console UI and scripts. More... | |
Namespaces | |
RoR | |
Enumerations | |
enum | RoR::CVarFlags { RoR::CVAR_TYPE_BOOL = BITMASK(1), RoR::CVAR_TYPE_INT = BITMASK(2), RoR::CVAR_TYPE_FLOAT = BITMASK(3), RoR::CVAR_ARCHIVE = BITMASK(4), RoR::CVAR_NO_LOG = BITMASK(5) } |