GetFallTimeRemaining

From the Fallout3 GECK Wiki
Revision as of 17:10, 27 February 2016 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the length of time remaining until the calling actor, if falling, will hit the ground. |name = GetFallTimeRemaining |returnType...")
(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 the length of time remaining until the calling actor, if falling, will hit the ground.

Syntax

[help]
(fallTimeRemaining:float) reference.GetFallTimeRemaining

Example

set fTime to actorRef.GetFallTimeRemaining

See Also