Skip to content

DatabaseVehicles

Tommo J. Phillips edited this page Oct 22, 2023 · 2 revisions

DatabaseVehicles

Namespace: TommoJProductions.ModApi.GameDatabase

Represents all vehicles in the game.

public class DatabaseVehicles

Inheritance ObjectDatabaseVehicles

Properties

satsuma

Represents the satsuma.

public Satsuma satsuma { get; }

Property Value

Satsuma

jonnez

Represents the jonnez

public DatabaseVehicle jonnez { get; }

Property Value

DatabaseVehicle

kekmet

Represents the kekment.

public DatabaseVehicle kekmet { get; }

Property Value

DatabaseVehicle

hayosiko

Represents the hayosiko.

public DatabaseVehicle hayosiko { get; }

Property Value

DatabaseVehicle

ruscko

Represents the Ruscko

public DatabaseVehicle ruscko { get; }

Property Value

DatabaseVehicle

ferndale

Represents the Ferndale.

public DatabaseVehicle ferndale { get; }

Property Value

DatabaseVehicle

combine

Represents the Combine Harvester.

public DatabaseVehicle combine { get; }

Property Value

DatabaseVehicle

gifu

Represents the GIFU poop truck.

public DatabaseVehicle gifu { get; }

Property Value

DatabaseVehicle

databaseVehicles

Represents the all vehicles in game as an array. (includes mod vehicles)

public DatabaseVehicle[] databaseVehicles { get; }

Property Value

DatabaseVehicle[]

Constructors

DatabaseVehicles()

public DatabaseVehicles()

Methods

refreshVehicles()

Refreshes data base vehicles. next call to DatabaseVehicles.databaseVehicles will refresh array.

public void refreshVehicles()

Clone this wiki locally