Native referenceFiveM

0xDBC631F109350B8C

0xDBC631F109350B8C VEHICLE
FUNCTION SIGNATURE
void 0xDBC631F109350B8C(Vehicle vehicle, BOOL p1);
Property Value
Native Name 0xDBC631F109350B8C
Hash 0xDBC631F109350B8C
Return Type void
Parameters vehicle (Vehicle), p1 (BOOL)

Description: ``` Related to locking the vehicle or something similar.
In the decompiled scripts, its always called after
VEHICLE::_SET_EXCLUSIVE_DRIVER(a_0, 0, 0);
VEHICLE::SET_VEHICLE_DOORS_LOCKED_FOR_ALL_PLAYERS(a_0, 1);
VEHICLE::SET_VEHICLE_DOORS_LOCKED_FOR_PLAYER(a_0, PLAYER::PLAYER_ID(), 0);

Back to VEHICLE