Graphics::removeDecalsInRange
Removes all decals in range from a position, it includes the bullet holes, blood pools, petrol...
Syntax
```js mp.game.graphics.removeDecalsInRange(x, y, z, range); ```
Required Arguments
- x: float
- y: float
- z: float
- range: float
Return value
- Undefined
Example
```js // todo ```