GetFallTimeRemaining

Revision as of 16: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)
< [[::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

(fallTimeRemaining:float) reference.GetFallTimeRemaining

Example

set fTime to actorRef.GetFallTimeRemaining

See Also