Class ModelHandling
Inheritance
ModelHandling
Assembly: SlipeServer.dll
Syntax
public class ModelHandling : Handling
Constructors
|
Improve this Doc
View Source
ModelHandling(Int32)
Builds vehicle handling from a vehicle model
Declaration
public ModelHandling(int targetModel)
Parameters
Type |
Name |
Description |
Int32 |
targetModel |
|
Fields
|
Improve this Doc
View Source
model
Declaration
Field Value
Methods
|
Improve this Doc
View Source
UpdateFromGame()
Declaration
protected override void UpdateFromGame()
Overrides
|
Improve this Doc
View Source
UpdateToGame(String, Object)
Declaration
protected override void UpdateToGame(string key, dynamic value)
Parameters
Overrides