Rigs of Rods 2023.09
Soft-body Physics Simulation
Loading...
Searching...
No Matches
CVarFlags.h
Go to the documentation of this file.
1
2 // =================================================== //
3 // THIS IS NOT A C++ HEADER! Only a dummy for Doxygen. //
4 // =================================================== //
5
14namespace Script2Game {
15
28
29} // namespace Script2Game
30
32
#define BITMASK(OFFSET)
Definition BitFlags.h:10
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
CVarFlags
Types and special attributes of cvars; see Script2Game::CVarClass.
Definition CVarFlags.h:21
@ CVAR_NO_LOG
Will not be written to RoR.log.
Definition CVarFlags.h:26
@ CVAR_ARCHIVE
Will be written to RoR.cfg.
Definition CVarFlags.h:25
@ CVAR_TYPE_FLOAT
Definition CVarFlags.h:24