Native referenceRedM

SC_INBOX_GET_MESSAGE_TYPE_AT_INDEX

0xFF92537C4DDC1241 SOCIALCLUB
FUNCTION SIGNATURE
Hash SC_INBOX_GET_MESSAGE_TYPE_AT_INDEX(`msgIndex` (int));
Property Value
Native Name SC_INBOX_GET_MESSAGE_TYPE_AT_INDEX
Hash 0xFF92537C4DDC1241
Return Type Hash
Build 1207
Parameters msgIndex (int)

Parameters

  • msgIndex (int)

Usage

Lua (Direct):

local result = ScInboxGetMessageTypeAtIndex(msgIndex)

Lua (Hash):

local result = Citizen.InvokeNative(0xFF92537C4DDC1241, msgIndex)

Back to SOCIALCLUB