Difference between revisions of "ModPCMovementSpeed"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>CSbot
(Automated import of articles)
 
imported>Qazaaq
(adding see also)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{BotAddedPage|CSbot|DragoonWraith}}
{{Function
{{Function
  | origin = OBSE
  | origin = OBSE
Line 10: Line 9:
   }}
   }}
}}
}}
==See Also==
*[[GetPCMovementSpeedModifier]]


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

Latest revision as of 13:49, 8 October 2010

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

A function added by the Oblivion Script Extender.

Syntax:

(void) ModPCMovementSpeed modBy:float

Applies a positive or negative modifier to the player's speed attribute as used in calculating his movement speed while swimming, walking, or running. The actual attribute is not modified, but movement calculations use the attribute value plus the modifier. Positive modifiers well above the maximum value of the speed attribute are permitted and effective; minimum speed including the modifier is limited to zero.


See Also