Native referenceFiveM

ACTIVITY_FEED_CREATE

0x4DCDF92BF64236CD MISC
FUNCTION SIGNATURE
void ACTIVITY_FEED_CREATE(char* captionString, char* condensedCaptionString);
Property Value
Native Name ACTIVITY_FEED_CREATE
Hash 0x4DCDF92BF64236CD
Return Type void
Parameters captionString (char*), condensedCaptionString (char*)

Description: Creates and opens a new activity feed post to start filling in.

Note: This is a PS4 related native, resulting in a nullsub on the PC platform. This native won't do anything when invoked.

Parameters

  • captionString (char*) — The main text or caption for the activity feed post. This is the primary message displayed in the feed entry.
  • condensedCaptionString (char*) — A shorter or condensed version of the caption, used in cases where space is limited or a brief summary is required.
Back to MISC