SetSpeedMult

From the Fallout3 GECK Wiki
Revision as of 17:18, 15 February 2017 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets the calling actor's '''Speed Multiplier''' to the specified value and applies the changes on animations. |name = SetSpeedMult |ref...")
(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

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

Syntax

[help]
reference.SetSpeedMult speedMult:int

Example

actorRef.SetSpeedMult 125

See Also