![]() |
RigsofRods
2023.09
Soft-body Physics Simulation
|
Binding of RoR::CVar; A console variable, usually defined in RoR.cfg but also created by users or scripts. More...
#include <CVarClass.h>
Public Member Functions | |
std::string const & | getStr () const |
Get the value converted to string, works with any CVAR_TYPE. More... | |
float | getFloat () const |
int | getInt () const |
bool | getBool () const |
std::string const & | getName () const |
Binding of RoR::CVar; A console variable, usually defined in RoR.cfg but also created by users or scripts.
Definition at line 15 of file CVarClass.h.
|
inline |
Definition at line 28 of file CVarClass.h.
|
inline |
Definition at line 24 of file CVarClass.h.
|
inline |
Definition at line 26 of file CVarClass.h.
|
inline |
Definition at line 30 of file CVarClass.h.
|
inline |
Get the value converted to string, works with any CVAR_TYPE.
Definition at line 22 of file CVarClass.h.