ResetFallTime

From the Fallout3 GECK Wiki
Revision as of 17:13, 27 February 2016 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Resets the calling actor's fall timer. The final fall damage taken by the actor will be re-calculated, as if he had just started falling....")
(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

Resets the calling actor's fall timer. The final fall damage taken by the actor will be re-calculated, as if he had just started falling. Note that the vanilla function ResetFallDamageTimer, which claims to have the same effect, is unfortunately broken.

Syntax

[help]
reference.ResetFallTime

Example

actorRef.ResetFallTime

See Also