BOOL _PARSEDDATA_GET_SECTION(`p0` (Any*), `p1` (Any*), `section` (Hash));
| Property |
Value |
| Native Name |
_PARSEDDATA_GET_SECTION |
| Hash |
0x44B3A36933AC009C |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
p0 (Any*), p1 (Any*), section (Hash) |
Parameters
p0 (Any*)
p1 (Any*)
section (Hash)
Usage
Lua (Direct):
local result = ParseddataGetSection(p0, p1, section)
Lua (Hash):
local result = Citizen.InvokeNative(0x44B3A36933AC009C, p0, p1, section)
End of DATAFILE natives part 1
Back to DATAFILE