BOOL _PARSEDDATA_RQ_FILLOUT_INT(`p0` (int*), `p1` (Any*));
Description: Old name: _DATAFILE_GET_INT
| Property |
Value |
| Native Name |
_PARSEDDATA_RQ_FILLOUT_INT |
| Hash |
0xEF44ACC657352A35 |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
p0 (int*), p1 (Any*) |
Parameters
Usage
Lua (Direct):
local result = ParseddataRqFilloutInt(p0, p1)
Lua (Hash):
local result = Citizen.InvokeNative(0xEF44ACC657352A35, p0, p1)
Back to DATAFILE