Native referenceRedM

IS_SHOCKING_EVENT_IN_SPHERE

0x9DB47E16060D6354 EVENT
FUNCTION SIGNATURE
BOOL IS_SHOCKING_EVENT_IN_SPHERE(`eventType` (Hash), `x` (float), `y` (float), `z` (float), `radius` (float));

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)

Back to EVENT