Gameplay::clearAreaOfProjectiles
flags is usually 0 in the scripts.
Syntax
```js mp.game.gameplay.clearAreaOfProjectiles(x, y, z, radius, flags); ```
Required Arguments
- x: float
- y: float
- z: float
- radius: float
- flags: int
Return value
Example
```js // todo ```
See also