Description: Returns state of sticky feed message, see 0x59FA676177DBE4C9
| Property | Value |
|---|---|
| Native Name | _UI_STICKY_FEED_GET_MESSAGE_STATE |
| Hash | 0x07954320D77F6A3D |
| Return Type | int |
| Build | 1207 |
| Parameters | msgId (int) |
Parameters
msgId(int)
Usage
Lua (Direct):
local result = UiStickyFeedGetMessageState(msgId)
Lua (Hash):
local result = Citizen.InvokeNative(0x07954320D77F6A3D, msgId)