Native referenceRedM

_UI_FEED_GET_MESSAGE_STATE

0x59FA676177DBE4C9 UIFEED
FUNCTION SIGNATURE
int _UI_FEED_GET_MESSAGE_STATE(`feedMessage` (int));

Description: Returns messageState, see https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eUIMessageState

Property Value
Native Name _UI_FEED_GET_MESSAGE_STATE
Hash 0x59FA676177DBE4C9
Return Type int
Build 1207
Parameters feedMessage (int)

Parameters

  • feedMessage (int)

Usage

Lua (Direct):

local result = UiFeedGetMessageState(feedMessage)

Lua (Hash):

local result = Citizen.InvokeNative(0x59FA676177DBE4C9, feedMessage)

Back to UIFEED