Native referenceRedM

_UI_FEED_POST_INTERACTIVE_TOAST

0x18D6869FBFFEC0F8 UIFEED
FUNCTION SIGNATURE
int _UI_FEED_POST_INTERACTIVE_TOAST(Any* p0, Any* p1, BOOL p2, BOOL p3);
Property Value
Native Name _UI_FEED_POST_INTERACTIVE_TOAST
Hash 0x18D6869FBFFEC0F8
Return Type int
Build 1207
Parameters p0 (Any*), p1 (Any*), p2 (BOOL), p3 (BOOL)

Description: notification you need dataview

Usage

Lua (Direct):

local result = UiFeedPostInteractiveToast(p0, p1, p2, p3)

Lua (Hash):

local result = Citizen.InvokeNative(0x18D6869FBFFEC0F8, p0, p1, p2, p3)
Back to UIFEED