EVENTS_UI_GET_MESSAGE
eventData: struct UI_SCRIPT_EVENT { alignas(8) eUIScriptEventType eventType; // https://alloc8or.re/rdr3/doc/enums/eUIScriptEventType.txt alignas(8) int intParam; alignas(8) Hash hashParam; alignas(8) Hash datastoreParam; }; Old name: _EVENT_MANAGER_GET_EVENT
UIEVENTSBuild 1207
Signature
lua
EventsUiGetMessage(GetHashKey("..."), eventData)
-- returns BOOLParameters
| Name | Type | Description |
|---|---|---|
| Hash | — | |
| Any* | — |
Usage
lua
EventsUiGetMessage(GetHashKey("..."), eventData)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
