| Property | Value |
|---|---|
| Native Name | SC_INBOX_SET_MESSAGE_AS_READ_AT_INDEX |
| Hash | 0x63CAC501FFF66DC4 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | msgIndex (int) |
Parameters
msgIndex(int)
Usage
Lua (Direct):
local result = ScInboxSetMessageAsReadAtIndex(msgIndex)
Lua (Hash):
local result = Citizen.InvokeNative(0x63CAC501FFF66DC4, msgIndex)