RigsofRods
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 28 of file CVarClass.h.
|
inline |
Definition at line 41 of file CVarClass.h.
|
inline |
Definition at line 37 of file CVarClass.h.
|
inline |
Definition at line 39 of file CVarClass.h.
|
inline |
Definition at line 43 of file CVarClass.h.
|
inline |
Get the value converted to string, works with any CVAR_TYPE.
Definition at line 35 of file CVarClass.h.