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