Class SharedVehicleModel
Class representation of different vehicle models
Inheritance
SharedVehicleModel
Assembly: SlipeShared.dll
Syntax
public abstract class SharedVehicleModel
Constructors
|
Improve this Doc
View Source
SharedVehicleModel(Int32)
Declaration
protected SharedVehicleModel(int id)
Parameters
Type |
Name |
Description |
Int32 |
id |
|
Fields
|
Improve this Doc
View Source
boatModels
Declaration
protected static int[] boatModels
Field Value
|
Improve this Doc
View Source
helicopterModels
Declaration
protected static int[] helicopterModels
Field Value
|
Improve this Doc
View Source
planeModels
Declaration
protected static int[] planeModels
Field Value
|
Improve this Doc
View Source
taxiModels
Declaration
protected static int[] taxiModels
Field Value
|
Improve this Doc
View Source
trailerModels
Declaration
protected static int[] trailerModels
Field Value
|
Improve this Doc
View Source
trainModels
Declaration
protected static int[] trainModels
Field Value
|
Improve this Doc
View Source
turretedModels
Declaration
protected static int[] turretedModels
Field Value
Properties
|
Improve this Doc
View Source
Id
Declaration
Property Value
|
Improve this Doc
View Source
Name
Get the string representation of the name of this model
Declaration
public string Name { get; }
Property Value
|
Improve this Doc
View Source
OriginalHandling
Get the original handling of this model
Declaration
public Handling OriginalHandling { get; }
Property Value