Double GetVariableDouble(const char* ppathToVar) const;
GetVariableDouble obtains the value of an ActionScript variable, set by SetVariableDouble, as a Double based on its path. Not thread safe.
Parameters |
Description |
const char* ppathToVar |
A name or path to the variable whose value is being requested. |
A Double value containing the variable; this value will be 0.0 if the variable is not found.