Native referenceRedM

ADD_SHOCKING_EVENT_FOR_ENTITY

0x7FD8F3BE76F89422 EVENT
FUNCTION SIGNATURE
ScrHandle ADD_SHOCKING_EVENT_FOR_ENTITY(int eventType, Entity entity, float duration);
Property Value
Native Name ADD_SHOCKING_EVENT_FOR_ENTITY
Hash 0x7FD8F3BE76F89422
Return Type ScrHandle
Build 1207
Parameters eventType (int), entity (Entity), duration (float)

Description: ``` eventType: https://alloc8or.re/gta5/doc/enums/eEventType.txt


### Usage

**Lua (Direct):**
```lua
local result = AddShockingEventForEntity(eventType, entity, duration)

Lua (Hash):

local result = Citizen.InvokeNative(0x7FD8F3BE76F89422, eventType, entity, duration)
Back to EVENT