| Property | Value |
|---|---|
| Native Name | PERSISTENCE_REMOVE_ALL_ENTITIES_IN_AREA |
| Hash | 0x9D16896F0DBE78A2 |
| Return Type | void |
| Build | 1207 |
| Parameters | x (float), y (float), z (float), radius (float) |
Parameters
x(float)y(float)z(float)radius(float)
Usage
Lua (Direct):
PersistenceRemoveAllEntitiesInArea(x, y, z, radius)
Lua (Hash):
Citizen.InvokeNative(0x9D16896F0DBE78A2, x, y, z, radius)