| Property | Value |
|---|---|
| Native Name | CLEAR_AREA_OF_COPS |
| Hash | 0x04F8FC8FCF58F88D |
| Return Type | void |
| Parameters | x (float), y (float), z (float), radius (float), createNetEvent (BOOL) |
Description: Clears an area of cops at the given coordinates and radius.
Parameters
x(float) — The x coordinate of where to clear cops.y(float) — The y coordinate of where to clear cops.z(float) — The z coordinate of where to clear cops.radius(float) — The area radius to clear cops.createNetEvent(BOOL) — specifies whether aCClearAreaEventevent of should be created for online use.
Examples
-- Clear the area, do also create an event
ClearAreaOfCops(0.0, 0.0, 0.0, 10000.0, true)