Natives VEHICLE 0x725012A415DBA050 Any 0x725012A415DBA050 (Any p0, Any* p1, Any p2); Documentation Community 0
Property
Value
Native Name
0x725012A415DBA050
Hash
0x725012A415DBA050
Return Type
Any
Parameters
p0 (Any), p1 (Any*), p2 (Any)
Description: Last named native above this one is TRACK_VEHICLE_VISIBILITY and first named native below is UNCUFF_PED.
Unknown what it does, couldn't find good examples in the decompiled scripts.
Back to VEHICLE Before you callAny* params are caller-supplied struct/array buffers (not scalar Pointer placeholders): build one with DataView.ArrayBuffer(8*N) and write every field — even Int32/BOOL — at zero-based, little-endian, 8-byte-aligned offsets, then pass view:Buffer(); consult the native's struct definition / linked findings for which fields are inputs vs outputs (read outputs back with GetInt32/GetInt64 at the same 8-byte stride) and whether each field is a CreateVarString-wrapped text field (UIFEED toast structs) or just a plain int / joaat hash — see get_invoke_guide.
Let your AI read the fine print. Native signatures, warnings, and community context. Directly in your editor.
Connect via MCP