Description: stickyFeedChannel: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eUIStickyFeedChannel
| Property | Value |
|---|---|
| Native Name | _UI_STICKY_FEED_IS_CHANNEL_ACTIVE |
| Hash | 0xC5C395C60B542A3C |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | stickyFeedChannel (int) |
Parameters
stickyFeedChannel(int)
Usage
Lua (Direct):
local result = UiStickyFeedIsChannelActive(stickyFeedChannel)
Lua (Hash):
local result = Citizen.InvokeNative(0xC5C395C60B542A3C, stickyFeedChannel)