|
|
@ -240,6 +240,20 @@ public: |
|
|
|
/// @return true if the variable is found
|
|
|
|
/// @return true if the variable is found
|
|
|
|
static bool set_default_by_name(const char *name, float value); |
|
|
|
static bool set_default_by_name(const char *name, float value); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// set a value by name
|
|
|
|
|
|
|
|
///
|
|
|
|
|
|
|
|
/// @param name The full name of the variable to be found.
|
|
|
|
|
|
|
|
/// @param value The new value
|
|
|
|
|
|
|
|
/// @return true if the variable is found
|
|
|
|
|
|
|
|
static bool set_by_name(const char *name, float value); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// set and save a value by name
|
|
|
|
|
|
|
|
///
|
|
|
|
|
|
|
|
/// @param name The full name of the variable to be found.
|
|
|
|
|
|
|
|
/// @param value The new value
|
|
|
|
|
|
|
|
/// @return true if the variable is found
|
|
|
|
|
|
|
|
static bool set_and_save_by_name(const char *name, float value); |
|
|
|
|
|
|
|
|
|
|
|
/// Find a variable by index.
|
|
|
|
/// Find a variable by index.
|
|
|
|
///
|
|
|
|
///
|
|
|
|
///
|
|
|
|
///
|
|
|
|