Graphics::removeDecalsInRange

From RAGE Multiplayer Wiki

Removes all decals in range from a position, it includes the bullet holes, blood pools, petrol...

Syntax

mp.game.graphics.removeDecalsInRange(x, y, z, range);

Required Arguments

  • x: float
  • y: float
  • z: float
  • range: float

Return value

  • Undefined

Example

// todo

See also