Description
Wiki Description
Gets the value of a variable on the reference's animation graph - Float version.
Documentation Comment
Get a variable from the reference's animation graph (if applicable). Float version.
Caveats
CK Wiki - Notes
See talk page for a full list of the animation variables for this function.
Parameters
stringarVariableName
CK Wiki Description
The name of the variable to read from the graph.
Examples
Debug.Trace("Current movement speed: " + Game.GetPlayer().GetAnimationVariableFloat("Speed"))Auto-Generated Example
string myString__arVariableName
float returnedValue = myObjectReference__toCallFunctionOn.GetAnimationVariableFloat(myString__arVariableName)