BOOL SC_INBOX_MESSAGE_GET_DATA_INT(`p0` (int), `context` (char*), `out` (int*));
| Property |
Value |
| Native Name |
SC_INBOX_MESSAGE_GET_DATA_INT |
| Hash |
0x95BB39C4DA99F348 |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
p0 (int), context (char*), out (int*) |
Parameters
p0 (int)
context (char*)
out (int*)
Usage
Lua (Direct):
local result = ScInboxMessageGetDataInt(p0, context, out)
Lua (Hash):
local result = Citizen.InvokeNative(0x95BB39C4DA99F348, p0, context, out)
Back to SOCIALCLUB