Difference between revisions of "GetAnimationVariableFloat - ObjectReference"
Jump to navigation
Jump to search
imported>Plplecuyer |
imported>Qazaaq (animation category) |
||
Line 1: | Line 1: | ||
[[Category:Scripting]] | [[Category:Scripting]] | ||
[[Category:Papyrus]] | [[Category:Papyrus]] | ||
[[Category:Animation]] | |||
'''Member of:''' [[ObjectReference Script]] | '''Member of:''' [[ObjectReference Script]] | ||
Latest revision as of 17:43, 16 October 2016
Member of: ObjectReference Script
Gets the value of a variable on the reference's animation graph - Float version.
Syntax[edit | edit source]
float Function GetAnimationVariableFloat(string asVariableName) native
Parameters[edit | edit source]
- asVariableName: The name of the variable to read from the graph
Return Value[edit | edit source]
The variable's current value
Examples[edit | edit source]
Debug.Trace("Current movement speed: " + GetAnimationVariableFloat("Speed"))