![]() |
Rigs of Rods 2023.09
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 | |
| namespace | 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) } |