Difference between revisions of "GetGraphVariableFloat"

From the CreationKit Wiki
Jump to navigation Jump to search
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 - Float version.


==Parameters==
* String: The name of the variable to read from the graph.
==Return Value==
The variable's current value.
==Notes==
*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==
*[[GetGraphVariableInt]] (Also used for boolean variables)
==Papyrus Version==
*[[GetAnimationVariableFloat - ObjectReference]]
*[[GetAnimationVariableInt - ObjectReference]]
*[[GetAnimationVariableBool - ObjectReference]]


[[Category:Condition Functions]]
[[Category:Condition Functions]]

Revision as of 21:57, 13 November 2013

Gets the value of a variable on the reference's animation graph - Float version.

Parameters

  • String: The name of the variable to read from the graph.

Return Value

The variable's current value.

Notes

  • External discussion thread is available here.

See Also

Papyrus Version