Skip to content

DatabaseMotor

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

DatabaseMotor

Namespace: TommoJProductions.ModApi.GameDatabase

Represents the Database Motor.

public class DatabaseMotor

Inheritance ObjectDatabaseMotor

Properties

instance

Represents the Database Motor instance. (Links to Database.databaseMotor)

public static DatabaseMotor instance { get; }

Property Value

DatabaseMotor

block

The block gamepart.

public Block block { get; }

Property Value

Block

oilPan

The oilpan gamepart.

public OilPan oilPan { get; }

Property Value

OilPan

headgasket

The head gasket gamepart.

public GamePartTime headgasket { get; }

Property Value

GamePartTime

piston1

The piston 1 gamepart.

public GamePartWear piston1 { get; }

Property Value

GamePartWear

piston2

The piston 2 gamepart.

public GamePartWear piston2 { get; }

Property Value

GamePartWear

piston3

The piston 3 gamepart.

public GamePartWear piston3 { get; }

Property Value

GamePartWear

piston4

The piston 4 gamepart.

public GamePartWear piston4 { get; }

Property Value

GamePartWear

crankshaft

The crankshaft gamepart.

public GamePartTime crankshaft { get; }

Property Value

GamePartTime

rockershaft

The rockershaft gamepart.

public RockerShaft rockershaft { get; }

Property Value

RockerShaft

alternator

The alternator gamepart.

public GamePartTime alternator { get; }

Property Value

GamePartTime

gearbox

The gearbox gamepart.

public GamePart gearbox { get; }

Property Value

GamePart

waterpump

The water pump gamepart.

public GamePart waterpump { get; }

Property Value

GamePart

clutchPressurePlate

The clutch pressure plate gamepart.

public GamePartTime clutchPressurePlate { get; }

Property Value

GamePartTime

clutchCoverPlate

The clutch cover plate gamepart.

public GamePartTime clutchCoverPlate { get; }

Property Value

GamePartTime

clutchPlate

The clutch friction plate gamepart.

public GamePart clutchPlate { get; }

Property Value

GamePart

crankBearing1

The crank bearing 1 gamepart.

public GamePartTime crankBearing1 { get; }

Property Value

GamePartTime

crankBearing2

The crank bearing 2 gamepart.

public GamePartTime crankBearing2 { get; }

Property Value

GamePartTime

crankBearing3

The crank bearing 3 gamepart.

public GamePartTime crankBearing3 { get; }

Property Value

GamePartTime

carburator

The stock carburator gamepart.

public Carburator carburator { get; }

Property Value

Carburator

airFilter

The stock air filter gamepart.

public GamePartTime airFilter { get; }

Property Value

GamePartTime

driveGear

The drive gear gamepart.

public GamePartTime driveGear { get; }

Property Value

GamePartTime

cylinderHead

The cylinder head gamepart.

public GamePartTime cylinderHead { get; }

Property Value

GamePartTime

distributor

The distributor gamepart.

public Distributor distributor { get; }

Property Value

Distributor

enginePlate

The engine plate gamepart.

public GamePartTime enginePlate { get; }

Property Value

GamePartTime

fuelPump

The fuel pump gamepart.

public GamePartTime fuelPump { get; }

Property Value

GamePartTime

fuelLine

The fuel line gamepart.

public GamePart fuelLine { get; }

Property Value

GamePart

flywheel

The flywheel gamepart.

public GamePartTime flywheel { get; }

Property Value

GamePartTime

timingChain

The timing chain gamepart.

public GamePartTime timingChain { get; }

Property Value

GamePartTime

camshaft

The camshaft gamepart.

public GamePartTime camshaft { get; }

Property Value

GamePartTime

camshaftGear

The camshaft gear gamepart.

public CamshaftGear camshaftGear { get; }

Property Value

CamshaftGear

valveCover

The vavle cover gamepart.

public GamePartTime valveCover { get; }

Property Value

GamePartTime

starter

The starter gamepart.

public GamePartTime starter { get; }

Property Value

GamePartTime

timingCover

The timing cover gamepart.

public GamePartTime timingCover { get; }

Property Value

GamePartTime

crankwheel

The crank pulley gamepart.

public GamePartTime crankwheel { get; }

Property Value

GamePartTime

waterPumpPulley

The water pump pulley gamepart.

public GamePartTime waterPumpPulley { get; }

Property Value

GamePartTime

headers

The stock exhaust headers gamepart.

public GamePartTime headers { get; }

Property Value

GamePartTime

inspectionCover

The clutch inspection cover gamepart.

public GamePartTime inspectionCover { get; }

Property Value

GamePartTime

Constructors

DatabaseMotor()

public DatabaseMotor()

Methods

getData(String)

internal PlayMakerFSM getData(string childName)

Parameters

childName String

Returns

PlayMakerFSM

getProperties()

internal PropertyInfo[] getProperties()

Returns

PropertyInfo[]

Clone this wiki locally