Difference between revisions of "IsMovingForward"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Haama
m (Removed self-link)
Line 7: Line 7:


== See Also ==
== See Also ==
* [[IsMovingForward]]
* [[IsMovingBackward]]
* [[IsMovingBackward]]
* [[IsMovingLeft]]
* [[IsMovingLeft]]

Revision as of 01:11, 13 July 2008


A command for Oblivion Script Extender

Syntax:

(IsMovingForward:bool) actor:ref.IsMovingForward

Returns 1 if the calling actor is moving forward.

See Also