GTA V NativesvehicleVehicle::getLayoutHashOn this pageVehicle::getLayoutHashSyntax ```js vehicle.getLayoutHash(); ``` Required Arguments Return value Model hash or name Example ```js const vehicle = mp.players.local.vehicle; mp.gui.chat.push(`hash: ${vehicle.getLayoutHash()}`); ``` See also