-
Notifications
You must be signed in to change notification settings - Fork 16
DatabaseVehicles
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi.GameDatabase
Represents all vehicles in the game.
public class DatabaseVehiclesInheritance Object → DatabaseVehicles
Represents the satsuma.
public Satsuma satsuma { get; }Represents the jonnez
public DatabaseVehicle jonnez { get; }Represents the kekment.
public DatabaseVehicle kekmet { get; }Represents the hayosiko.
public DatabaseVehicle hayosiko { get; }Represents the Ruscko
public DatabaseVehicle ruscko { get; }Represents the Ferndale.
public DatabaseVehicle ferndale { get; }Represents the Combine Harvester.
public DatabaseVehicle combine { get; }Represents the GIFU poop truck.
public DatabaseVehicle gifu { get; }Represents the all vehicles in game as an array. (includes mod vehicles)
public DatabaseVehicle[] databaseVehicles { get; }public DatabaseVehicles()Refreshes data base vehicles. next call to DatabaseVehicles.databaseVehicles will refresh array.
public void refreshVehicles()