Graphics::removeDecalsInRange

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

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

Syntax

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

Required Arguments

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

Return value

  • Undefined

Example

todo

See also

Template:Graphics function c