IsInWater

From the Fallout3 GECK Wiki
Revision as of 17:45, 30 March 2016 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns 1 if the calling actor is <u>at least</u> <i>partially</i> submerged in water (i.e. standing in water/swimming/diving). |name =...")
(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 1 if the calling actor is at least partially submerged in water (i.e. standing in water/swimming/diving).

Syntax

[help]
(inWater:0/1) reference.IsInWater

Example

set bInWater to actorRef.IsInWater

See Also