Player::setMoveRateOverride

From RAGE Multiplayer Wiki
Revision as of 23:43, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Min: 0.00
Max: 10.00

Can be used in combo with fast run cheat.

When value is set to 10.00:
Sprinting without fast run cheat: 66 m/s
Sprinting with fast run cheat: 77 m/s

Does not need to be looped!

Note: According to IDA for the Xbox360 xex, when they check bgt they seem to have the min to 0.0f, but the max set to 1.15f not 10.0f.

Syntax

player.setMoveRateOverride(value);

Required Arguments

  • value: float

Return value

  • Undefined

Example

// todo

See also