Method GetValue
GetValue(string)
Gets the value for the specified variable.
public float GetValue(string varName)
Parameters
varNamestringThe variable to query.
Returns
- float
The value of the specified variable, otherwise 0.0 on an error.
Gets the value for the specified variable.
public float GetValue(string varName)
varName stringThe variable to query.
The value of the specified variable, otherwise 0.0 on an error.