Difference between revisions of "IsMovingForward"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Haama
(Attempt rather than move)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
'''Syntax:'''
'''Syntax:'''
  (IsMovingForward:bool) ''actor:ref.''IsMovingForward
  (IsMovingForward:bool) ''actor:ref.''IsMovingForward
Returns 1 if the calling actor is moving forward.
Returns 1 if the calling actor is attempting to move forward.


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

Latest revision as of 01:28, 13 July 2008


A command for Oblivion Script Extender

Syntax:

(IsMovingForward:bool) actor:ref.IsMovingForward

Returns 1 if the calling actor is attempting to move forward.

See Also[edit | edit source]