Vehicle::getNumberPlateTextIndex

From RAGE Multiplayer Wiki
Revision as of 23:49, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns the PlateType of a vehicle
Blue_on_White_1 = 3,
Blue_on_White_2 = 0,
Blue_on_White_3 = 4,
Yellow_on_Blue = 2,
Yellow_on_Black = 1,
North_Yankton = 5,

Syntax

vehicle.getNumberPlateTextIndex();

Required Arguments

Return value

  • int

Example

// todo

See also