RigsofRods  2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Enumerations
CVarFlags.h File Reference

Go to the source code of this file.

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; see Script2Game::CVarClass. More...