Native referenceRedM

UI_FEED_CLEAR_CHANNEL

0xDD1232B332CBB9E7 UIFEED
FUNCTION SIGNATURE
void UI_FEED_CLEAR_CHANNEL(`feedChannel` (int), `p1` (BOOL), `p2` (BOOL));

Description: feedChannel: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eUIFeedChannel

Property Value
Native Name UI_FEED_CLEAR_CHANNEL
Hash 0xDD1232B332CBB9E7
Return Type void
Build 1207
Parameters feedChannel (int), p1 (BOOL), p2 (BOOL)

Parameters

  • feedChannel (int)
  • p1 (BOOL)
  • p2 (BOOL)

Usage

Lua (Direct):

UiFeedClearChannel(feedChannel, p1, p2)

Lua (Hash):

Citizen.InvokeNative(0xDD1232B332CBB9E7, feedChannel, p1, p2)

Back to UIFEED