IsInAir

From the Fallout3 GECK Wiki
Revision as of 13:10, 22 February 2017 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns whether the calling actor is currently in the air (i.e. not on solid ground). |name = IsInAir |returnType = inAir:0/1 |referen...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns whether the calling actor is currently in the air (i.e. not on solid ground).

Syntax

[help]
(inAir:0/1) reference.IsInAir

Example

set bInAir to actorRef.IsInAir

See Also