Show / Hide Table of Contents

Struct VehicleHandling

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: SlipeServer.Packets.Definitions.Entities.Structs
Assembly: SlipeServer.Packets.dll
Syntax
public struct VehicleHandling

Properties

| Edit this page View Source

Abs

Declaration
public bool Abs { readonly get; set; }
Property Value
Type Description
bool
| Edit this page View Source

AnimGroup

Declaration
public byte AnimGroup { readonly get; set; }
Property Value
Type Description
byte
| Edit this page View Source

BrakeBias

Declaration
public float BrakeBias { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

BrakeDeceleration

Declaration
public float BrakeDeceleration { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

CenterOfMass

Declaration
public Vector3 CenterOfMass { readonly get; set; }
Property Value
Type Description
Vector3
| Edit this page View Source

CollisionDamageMultiplier

Declaration
public float CollisionDamageMultiplier { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

DragCoefficient

Declaration
public float DragCoefficient { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

DriveType

Declaration
public VehicleDriveType DriveType { readonly get; set; }
Property Value
Type Description
VehicleDriveType
| Edit this page View Source

EngineAcceleration

Declaration
public float EngineAcceleration { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

EngineInertia

Declaration
public float EngineInertia { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

EngineType

Declaration
public VehicleEngineType EngineType { readonly get; set; }
Property Value
Type Description
VehicleEngineType
| Edit this page View Source

HandlingFlags

Declaration
public uint HandlingFlags { readonly get; set; }
Property Value
Type Description
uint
| Edit this page View Source

Mass

Declaration
public float Mass { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

MaxVelocity

Declaration
public float MaxVelocity { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

ModelFlags

Declaration
public uint ModelFlags { readonly get; set; }
Property Value
Type Description
uint
| Edit this page View Source

NumberOfGears

Declaration
public byte NumberOfGears { readonly get; set; }
Property Value
Type Description
byte
| Edit this page View Source

PercentSubmerged

Declaration
public byte PercentSubmerged { readonly get; set; }
Property Value
Type Description
byte
| Edit this page View Source

SeatOffsetDistance

Declaration
public float SeatOffsetDistance { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

SteeringLock

Declaration
public float SteeringLock { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

SuspensionAntiDiveMultiplier

Declaration
public float SuspensionAntiDiveMultiplier { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

SuspensionDampening

Declaration
public float SuspensionDampening { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

SuspensionForceLevel

Declaration
public float SuspensionForceLevel { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

SuspensionFrontRearBias

Declaration
public float SuspensionFrontRearBias { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

SuspensionHighSpeedDampening

Declaration
public float SuspensionHighSpeedDampening { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

SuspensionLowerLimit

Declaration
public float SuspensionLowerLimit { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

SuspensionUpperLimit

Declaration
public float SuspensionUpperLimit { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

TractionBias

Declaration
public float TractionBias { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

TractionLoss

Declaration
public float TractionLoss { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

TractionMultiplier

Declaration
public float TractionMultiplier { readonly get; set; }
Property Value
Type Description
float
| Edit this page View Source

TurnMass

Declaration
public float TurnMass { readonly get; set; }
Property Value
Type Description
float
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX