-
Notifications
You must be signed in to change notification settings - Fork 16
Database
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi.GameDatabase
Represents the game database.
public class DatabaseRepresents all stock engine parts.
public static DatabaseMotor databaseMotor { get; }Represents all database mechanics
public static DatabaseMechanics databaseMechanics { get; }Represents all purchase-able parts.
public static DatabaseOrders databaseOrders { get; }Represents part stats for parts you have to buy. eg => battery, oil filters, etc.
public static Status partsStatus { get; }Represents the vehicle database. all vehicle references in the game.
public static DatabaseVehicles databaseVehicles { get; }public Database()internal static void refreshCache()