GetEventData — FiveM Natives
0x2902843FCD2B2D79 · SCRIPT · all
`` eventGroup: 0 = SCRIPT_EVENT_QUEUE_AI (CEventGroupScriptAI), 1 = SCRIPT_EVENT_QUEUE_NETWORK (CEventGroupScriptNetwork) Note: eventDataSize is NOT the size in bytes, it is the size determined by the SIZE_OF operator (RAGE Script operator, not C/C++ sizeof). That is, the size in bytes divided by 8 (script variables are always 8-byte aligned!). ``
Parameters
| Name | Type |
|---|---|
| eventGroup | int |
| eventIndex | int |
| eventData | int* |
| eventDataSize | int |
Returns
BOOL