Movie::GetVariableDouble

Movie::GetVariableDouble
Double GetVariableDouble(const char* ppathToVar) const;
Description

GetVariableDouble obtains the value of an ActionScript variable, set by SetVariableDouble, as a Double based on its path. Not thread safe.

Parameters
Parameters 
Description 
const char* ppathToVar 
A name or path to the variable whose value is being requested. 
Return Value

A Double value containing the variable; this value will be 0.0 if the variable is not found.