Native referenceRedM

SC_COMMUNITY_EVENT_GET_EXTRA_DATA_INT

0xB4411D4D6B81438E SOCIALCLUB
FUNCTION SIGNATURE
BOOL SC_COMMUNITY_EVENT_GET_EXTRA_DATA_INT(`p0` (const char*), `p1` (int*));
Property Value
Native Name SC_COMMUNITY_EVENT_GET_EXTRA_DATA_INT
Hash 0xB4411D4D6B81438E
Return Type BOOL
Build 1207
Parameters p0 (const char*), p1 (int*)

Parameters

  • p0 (const char*)
  • p1 (int*)

Usage

Lua (Direct):

local result = ScCommunityEventGetExtraDataInt(p0, p1)

Lua (Hash):

local result = Citizen.InvokeNative(0xB4411D4D6B81438E, p0, p1)

Back to SOCIALCLUB