Gameplay::clearAreaOfCops

From RAGE Multiplayer Wiki
Revision as of 10:08, 22 July 2024 by Shr0x (talk | contribs) (→‎See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

flags appears to always be 0

Syntax

mp.game.gameplay.clearAreaOfCops(x, y, z, radius, flags);

Required Arguments

  • x: float
  • y: float
  • z: float
  • radius: float
  • flags: int

Return value

  • Undefined

Example

// todo

See also