IsInWater

Revision as of 12:40, 7 April 2016 by imported>Jazzisparis
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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. wading/swimming/diving).

Syntax

(inWater:0/1) reference.IsInWater

Example

set bInWater to actorRef.IsInWater

See Also