Show / Hide Table of Contents

Class ModelHandling

Inheritance
Object
Handling
ModelHandling
Inherited Members
Handling.mass
Handling.Mass
Handling.turnMass
Handling.TurnMass
Handling.dragCoeff
Handling.DragCoefficient
Handling.centerOfMass
Handling.CenterOfMass
Handling.percentSubmerged
Handling.PercentSubmerged
Handling.tractionMultiplier
Handling.TractionMultiplier
Handling.tractionLoss
Handling.TractionLoss
Handling.tractionBias
Handling.TractionBias
Handling.numberOfGears
Handling.NumberOfGears
Handling.maxVelocity
Handling.MaxVelocity
Handling.engineAcceleration
Handling.EngineAcceleration
Handling.engineInertia
Handling.EngineInertia
Handling.driveType
Handling.DriveType
Handling.engineType
Handling.EngineType
Handling.brakeDeceleration
Handling.BrakeDeceleration
Handling.brakeBias
Handling.BrakeBias
Handling.steeringLock
Handling.SteeringLock
Handling.suspensionForceLevel
Handling.SuspensionForceLevel
Handling.suspensionDamping
Handling.SuspensionDamping
Handling.suspensionHighSpeedDamping
Handling.SuspensionHighSpeedDamping
Handling.suspensionUpperLimit
Handling.SuspensionUpperLimit
Handling.suspensionLowerLimit
Handling.SuspensionLowerLimit
Handling.suspensionFrontRearBias
Handling.SuspensionFrontRearBias
Handling.suspensionAntiDiveMultiplier
Handling.SuspensionAntiDiveMultiplier
Handling.seatOffsetDistance
Handling.SeatOffsetDistance
Handling.collisionDamageMultiplier
Handling.CollisionDamageMultiplier
Handling.monetary
Handling.Monetary
Handling.modelFlags
Handling.ModelFlags
Handling.handlingFlags
Handling.HandlingFlags
Handling.headLight
Handling.HeadLight
Handling.tailLight
Handling.TailLight
Handling.animGroup
Handling.AnimationGroup
Handling.BuildFromTable(Dictionary<String, Object>)
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Vehicles
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
protected int model
Field Value
Type Description
Int32

Methods

| Improve this Doc View Source

UpdateFromGame()

Declaration
protected override void UpdateFromGame()
Overrides
Handling.UpdateFromGame()
| Improve this Doc View Source

UpdateToGame(String, Object)

Declaration
protected override void UpdateToGame(string key, dynamic value)
Parameters
Type Name Description
String key
Object value
Overrides
Handling.UpdateToGame(String, Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX