![]() |
Rigs of Rods 2023.09
Soft-body Physics Simulation
|
Go to the source code of this file.
Namespaces | |
| namespace | 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; see Script2Game::CVarClass. More... | |