Difference between revisions of "IsOnGround"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>8asrun6aer
m
Line 9: Line 9:
== See Also ==
== See Also ==
* [[IsInAir]]
* [[IsInAir]]
* [[IsSwimming]]
* [[GetFallTimer]]
* [[GetFallTimer]]
* [[IsJumping]]
* [[IsJumping]]

Revision as of 21:18, 18 December 2011


A command for Oblivion Script Extender

Syntax:

(IsOnGround:bool) actor:ref.IsOnGround

Returns 1 if the calling actor is on the ground.

See Also