Difference between revisions of "GetGraphVariableInt"

790 bytes added ,  22:29, 13 November 2013
no edit summary
imported>SJML Bot
(Bot creating condition functions pages.)
 
imported>Mojo
Line 1: Line 1:
Gets the value of a variable on the reference's animation graph - Int/Bool version.


==Parameters==
* String: The name of the variable to read from the graph.
==Return Value==
The variable's current value.
==Notes==
*This condition function can be used on boolean variables as well.
**Returns 1 for TRUE and 0 for FALSE
*A full list of variables can be found here : [http://www.creationkit.com/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==
*[[GetGraphVariableFloat]]
==Papyrus Version==
*[[GetAnimationVariableInt - ObjectReference]]
*[[GetAnimationVariableBool - ObjectReference]]
*[[GetAnimationVariableFloat - ObjectReference]]


[[Category:Condition Functions]]
[[Category:Condition Functions]]
Anonymous user