Native referenceRedM

ADD_SHOCKING_EVENT_AT_POSITION

0xD9F8455409B525E9 EVENT
FUNCTION SIGNATURE
ScrHandle ADD_SHOCKING_EVENT_AT_POSITION(int eventType, float x, float y, float z, float duration);
Property Value
Native Name ADD_SHOCKING_EVENT_AT_POSITION
Hash 0xD9F8455409B525E9
Return Type ScrHandle
Build 1207
Parameters eventType (int), x (float), y (float), z (float), duration (float)

Description: eventType: https://alloc8or.re/rdr3/doc/enums/eEventType.txt https://github.com/femga/rdr3_discoveries/blob/master/AI/EVENTS

Usage

Lua (Direct):

local result = AddShockingEventAtPosition(eventType, x, y, z, duration)

Lua (Hash):

local result = Citizen.InvokeNative(0xD9F8455409B525E9, eventType, x, y, z, duration)
Back to EVENT