Binding of RoR::DashBoardManager.
void setFloat(int key, float value)
Sets a floating point value to the given dashboard link ID.
void setEnabled(int key, bool value)
Enables or disables the given dashboard input.
float getNumeric(int key)
Gets the numeric value of the given dashboard link ID.
void setInt(int key, int value)
Sets an integer value to the given dashboard link ID.
int getLinkIDForName(string &key)
DashboardDataTypes getDataType(int key)
void updateFeatures()
Updates the visibility of all the dashboard controls linked to the manager, according to the enabled/...
string getString(int key)
Gets the string value of the given dashboard link ID.
void setBool(int key, bool value)
Sets a boolean value to the given dashboard link ID.
void setString(int key, const string &value)
Sets a string value to the given dashboard link ID.
bool getBool(int key)
Gets the boolean value of the given dashboard link ID.
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
DashboardDataTypes
Dashboard input data types.