Description: eventType: https://alloc8or.re/rdr3/doc/enums/eEventType.txt
| Property | Value |
|---|---|
| Native Name | _REMOVE_ALL_SHOCKING_EVENTS_OF_TYPE_IN_AREA |
| Hash | 0x6A648D42BF271DC7 |
| Return Type | void |
| Build | 1207 |
| Parameters | eventType (Hash), x (float), y (float), z (float), radius (float), p5 (BOOL) |
Parameters
eventType(Hash)x(float)y(float)z(float)radius(float)p5(BOOL)
Usage
Lua (Direct):
RemoveAllShockingEventsOfTypeInArea(eventType, x, y, z, radius, p5)
Lua (Hash):
Citizen.InvokeNative(0x6A648D42BF271DC7, eventType, x, y, z, radius, p5)