SetActorDiveBreath

From the Fallout3 GECK Wiki
Revision as of 03:07, 9 October 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = If the calling actor is underwater, sets the time (in seconds) remaining until he/she/it runs out of breath (and begins drowning). |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

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

Syntax

[help]
(breathSeconds:float) reference.SetActorDiveBreath breathSeconds:float

Example

actorRef.SetActorDiveBreath 15

See Also