Getting the *full* Vehicle details for display purposes.
-
I was doing something on a mod recently and I was struggling to find a way to get the full details about the vehicle the player was in.
When you get into a vehicle, say Trevor's truck for instance, the game will display "Canis Bodhi Off-Road" in the bottom right hand corner.
And while you can get the
Vehicle.FriendlyName
, which is the "Bodhi" part. TheVehicle.ClassType
, returns "OffRoad", which is slightly different but I can't find any way to return the "Canis" part.So I was just wondering if anyone knew whether the manufacturer name is accessible or not, or whether it is just something that is printed as part of the localisation functions?