![]() |
XII Release 0.1.0
|
#include <ScriptExtensionClass_CVar.h>
Static Public Member Functions | |
| static xiiVariant | GetValue (xiiStringView sName) |
| static bool | GetBoolValue (xiiStringView sName) |
| static int | GetIntValue (xiiStringView sName) |
| static float | GetFloatValue (xiiStringView sName) |
| static double | GetDoubleValue (xiiStringView sName) |
| static xiiString | GetStringValue (xiiStringView sName) |
| static void | SetValue (xiiStringView sName, const xiiVariant &value) |
| static void | SetBoolValue (xiiStringView sName, bool bValue) |
| static void | SetIntValue (xiiStringView sName, int iValue) |
| static void | SetFloatValue (xiiStringView sName, float fValue) |
| static void | SetDoubleValue (xiiStringView sName, double fValue) |
| static void | SetStringValue (xiiStringView sName, const xiiString &sValue) |
Script extension class providing access to console variables (CVars) from scripts.
Allows scripts to read and modify CVars for configuration and debugging purposes. Provides type-safe accessors for common CVar types as well as generic variant access.