Difference between revisions of "GetAnimationVariableInt - ObjectReference"

→‎Notes: update bethsoft.com link to latest archived capture
imported>Jlundin
 
imported>Pragasette
(→‎Notes: update bethsoft.com link to latest archived capture)
 
(4 intermediate revisions by 4 users not shown)
Line 11: Line 11:


== Parameters ==
== Parameters ==
* asVariableName: The name of the variable to read from the graph
* asVariableName: The name of the variable to read from the graph.


== Return Value ==
== Return Value ==
The variable's current value
The variable's current value.


== Examples ==
== Examples ==
Line 20: Line 20:
Debug.Trace("Right hand weapon type: " + GetAnimationVariableInt("iRightHandType"))
Debug.Trace("Right hand weapon type: " + GetAnimationVariableInt("iRightHandType"))
</source>
</source>
== Notes ==
*A full list of variables can be found here : [https://www.creationkit.com/index.php?title=List_of_Animation_Variables List of Animation Variables.]
*External discussion thread is available [https://web.archive.org/web/20200216062217/http://forums.bethsoft.com/topic/1360112-full-dump-of-all-animation-variables/ here.]


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