Difference between revisions of "GetPCMovementSpeedModifier"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>CSbot
(Automated import of articles)
 
imported>Qazaaq
(removing bot tag, adding see also)
 
Line 1: Line 1:
{{BotAddedPage|CSbot|DragoonWraith}}
{{Function
{{Function
  | origin = OBSE
  | origin = OBSE
Line 7: Line 6:
  | returnType = float
  | returnType = float
}}
}}
==See Also==
*[[ModPCMovementSpeed]]


[[Category:Functions]]
[[Category:Functions]]

Latest revision as of 13:50, 8 October 2010

< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(modifier:float) GetPCMovementSpeedModifier

Returns the current modifier applied to the player's speed for use in movement speed calculations. Because multiple mods may change the modifier this command returns the sum of all calls to ModPCMovementSpeed.


See Also