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