Difference between revisions of "SetSpeedMult"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
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...")
 
imported>Jazzisparis
 
Line 2: Line 2:
  |origin = JIP
  |origin = JIP
  |summary = Sets the calling actor's '''Speed Multiplier''' to the specified value and applies the changes on animations.
  |summary = Sets the calling actor's '''Speed Multiplier''' to the specified value and applies the changes on animations.
If the <i>speedMult</i> argument is omitted, the function applies the changes using the current value.
  |name = SetSpeedMult
  |name = SetSpeedMult
  |referenceType = reference
  |referenceType = reference
Line 8: Line 10:
   |Name = speedMult
   |Name = speedMult
   |Type = int
   |Type = int
  |Optional = y
   }}
   }}
  |example = actorRef.SetSpeedMult 125
  |example = actorRef.SetSpeedMult 125
actorRef.SetSpeedMult
}}
}}
==See Also==
==See Also==
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Actor Functions (JIP)]]
[[Category:Actor Functions (JIP)]]

Latest revision as of 12:22, 22 February 2017

< [[::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