Player::setCombatRange

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)

Only the values 0, 1 and 2 occur in the decompiled scripts. Most likely refers directly to the values also described as AttackRange in combatbehaviour.meta:
0: CR_Near
1: CR_Medium
2: CR_Far

Syntax

player.setCombatRange(p1);

Required Arguments

  • p1: int

Return value

  • Undefined

Example

// todo

See also