| Property | Value |
|---|---|
| Native Name | SET_EVENT_FLAG_FOR_DELETION |
| Hash | 0x4768D5252EAEB76F |
| Return Type | void |
| Build | 1207 |
| Parameters | eventGroup (int), eventIndex (int), p2 (BOOL) |
Parameters
eventGroup(int)eventIndex(int)p2(BOOL)
Usage
Lua (Direct):
SetEventFlagForDeletion(eventGroup, eventIndex, p2)
Lua (Hash):
Citizen.InvokeNative(0x4768D5252EAEB76F, eventGroup, eventIndex, p2)