Description
Wiki Description
Sets the value of a variable on the reference's animation graph - Float version.
Documentation Comment
Set a variable on the reference's animation graph (if applicable). Float version.
Parameters
stringarVariableName
CK Wiki Description
The name of the variable to read from the graph.
floatafNewValue
CK Wiki Description
The new variable value.
Examples
No human-generated examples found for this function.
Auto-Generated Example
string myString__arVariableName
float myFloat__afNewValue
myObjectReference__toCallFunctionOn.SetAnimationVariableFloat(myString__arVariableName, myFloat__afNewValue)