The RedM developer’s field guide
Know the native.
Build the world.
Engine functions, framework docs, and game assets.
One reference. From the first lookup to the last line.
8,030Native functions 656Documents 22,519Game assets 98Community findings One connected
knowledge base
knowledge base
Explore / RedM
Native reference
- UIEVENTSBOOL
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
0xE24E957294241444 - UIEVENTSBOOL
EVENTS_UI_IS_PENDING
Old name: _EVENT_MANAGER_IS_EVENT_PENDING
0x67ED5A7963F2F722 - UIEVENTSBOOL
EVENTS_UI_PEEK_MESSAGE
eventData: see EVENTS_UI_GET_MESSAGE Old name: _EVENT_MANAGER_PEEK_EVENT
0x90237103F27F7937 - UIEVENTSvoid
EVENTS_UI_POP_MESSAGE
Old name: _EVENT_MANAGER_POP_EVENT
0x8E8A2369F48EC839
A living reference. Documentation coverage varies by native and source.