Difference between revisions of "GetAnimationVariableFloat - ObjectReference"

m
no edit summary
imported>Kahmul
imported>Tascani
m
 
(4 intermediate revisions by 3 users not shown)
Line 18: Line 18:
== Examples ==
== Examples ==
<source lang="papyrus">
<source lang="papyrus">
Debug.Trace("Current movement speed: " + GetAnimationVariableFloat("Speed"))
Debug.Trace("Current movement speed: " + Game.GetPlayer().GetAnimationVariableFloat("Speed"))
</source>
</source>


== Notes ==
== Notes ==
*A full list of variables can be found [http://forums.bethsoft.com/topic/1360112-full-dump-of-all-animation-variables/ here.]
*A full list of variables can be found here : [http://www.creationkit.com/index.php?title=List_of_Animation_Variables List of Animation Variables.]
 
*External discussion thread is available [http://forums.bethsoft.com/topic/1360112-full-dump-of-all-animation-variables/ here.]


== See Also ==
== See Also ==
Anonymous user