Description: eventType: https://alloc8or.re/rdr3/doc/enums/eEventType.txt
| Property | Value |
|---|---|
| Native Name | IS_SHOCKING_EVENT_IN_SPHERE |
| Hash | 0x9DB47E16060D6354 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | eventType (Hash), x (float), y (float), z (float), radius (float) |
Parameters
eventType(Hash)x(float)y(float)z(float)radius(float)
Usage
Lua (Direct):
local result = IsShockingEventInSphere(eventType, x, y, z, radius)
Lua (Hash):
local result = Citizen.InvokeNative(0x9DB47E16060D6354, eventType, x, y, z, radius)