Difference between revisions of "GetGraphVariableInt"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Mojo
(Corrected broken link.)
 
Line 11: Line 11:
**Returns 1 for TRUE and 0 for FALSE
**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.]
*A full list of variables can be found here : [https://ck.uesp.net/wiki/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.]
*External discussion thread is available [http://forums.bethsoft.com/topic/1360112-full-dump-of-all-animation-variables/ here.]

Latest revision as of 18:08, 18 June 2022

Gets the value of a variable on the reference's animation graph - Int/Bool 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]

  • This condition function can be used on boolean variables as well.
    • Returns 1 for TRUE and 0 for FALSE
  • External discussion thread is available here.

See Also[edit | edit source]

Papyrus Version[edit | edit source]