Skip to content

Commit

Permalink
tweak(docs/vehicle): update plate indicies for b3095
Browse files Browse the repository at this point in the history
  • Loading branch information
AvarianKnight committed Aug 9, 2024
1 parent 2ee1ac5 commit 7f56c7e
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions VEHICLE/GetVehicleNumberPlateTextIndex.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,26 @@ ns: VEHICLE
int GET_VEHICLE_NUMBER_PLATE_TEXT_INDEX(Vehicle vehicle);
```
```
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,
```
```c
enum eVehiclePlateIndicies {
SanAndreasCursive = 0,
SanAndreasBlack = 1,
SanAndreasBlue = 2,
SanAndreasPlain = 3,
SRExcept = 4,
NorthYankton = 5,
// All indicies below this require b3095
eCola = 6,
LasVenturas = 7,
LiberyCity = 8,
LSCarMeet = 9,
LSPanic = 10,
LSPounders = 11,
Sprunk = 12,
}
## Parameters
* **vehicle**:
* **vehicle**: The vehicle to get the plate index of
## Return value
Returns the plate index, reference `eVehiclePlateIndicies`

0 comments on commit 7f56c7e

Please sign in to comment.