GetActorDiveBreath

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

If the calling actor is underwater, returns the time (in seconds) remaining until he/she/it runs out of breath (and begins drowning).

Syntax

[help]
(breathSeconds:float) reference.GetActorDiveBreath

Example

set fBreathSeconds to actorRef.GetActorDiveBreath

See Also