Difference between revisions of "SetSubGraphFloatVariable - Actor"
Jump to navigation
Jump to search
Added reference to the animation variable data.
imported>JLundin (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Actor Script ''(Requires 1.6)'' Set a variable on all of an actor's sub graphs. == Syntax == <source lang="p...") |
imported>Arthmoor (Added reference to the animation variable data.) |
||
Line 22: | Line 22: | ||
Jake.SetSubGraphFloatVariable("fBlendTime", 1.0) | Jake.SetSubGraphFloatVariable("fBlendTime", 1.0) | ||
</source> | </source> | ||
== 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 == | == See Also == | ||
*[[Actor Script]] | *[[Actor Script]] |