ResetFallTime

From the Fallout3 GECK Wiki
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