SetSpeedMult

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Sets the calling actor's Speed Multiplier to the specified value and applies the changes on animations.

If the speedMult argument is omitted, the function applies the changes using the current value.

Syntax

[help]
reference.SetSpeedMult speedMult:int

Example

actorRef.SetSpeedMult 125
actorRef.SetSpeedMult

See Also