Vehicle::getLayoutHash

From RAGE Multiplayer Wiki

Syntax

const vehicle = mp.players.local.vehicle;
mp.gui.chat.push(`hash: ${vehicle.getLayoutHash()}`);

Required Arguments

Return value

  • Model hash or name

Example

// todo

See also