Vehicle Types
Each garage has a specific vehicle type attached to it. Only vehicles of that type will allowed to be stored there.
Air
Any vehicle class deemed
15
or16
via nativeGetVehicleClass
will be able to be stored in this type of garage
Water
Any vehicle class deemed
14
via nativeGetVehicleClass
will be able to be stored in this type of garage
Land
Any vehicle that does not fall into the
Air
orWater
class will be able to be stored in this type of garage
Land or Air
Any vehicle that falls into the
Land
orAir
type will be able to be stored in this type of garage
Last updated