Difference between revisions of "GetGraphVariableFloat"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>SJML Bot
(Bot creating condition functions pages.)
 
m
 
(One intermediate revision by one other user not shown)
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 : [[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]]

Latest revision as of 10:20, 23 July 2024

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

Parameters[edit | edit source]

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

Return Value[edit | edit source]

The variable's current value.

Notes[edit | edit source]

  • External discussion thread is available here.

See Also[edit | edit source]

Papyrus Version[edit | edit source]