Show / Hide Table of Contents

Class VehicleHandlingConstants

Inheritance
object
VehicleHandlingConstants
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Constants
Assembly: SlipeServer.Server.dll
Syntax
public class VehicleHandlingConstants

Properties

| Edit this page View Source

DefaultVehicleHandling

Declaration
public static Dictionary<ushort, VehicleHandling> DefaultVehicleHandling { get; }
Property Value
Type Description
Dictionary<ushort, VehicleHandling>

Methods

| Edit this page View Source

GetVehicleHandlingFor(VehicleModel)

Declaration
public static VehicleHandling GetVehicleHandlingFor(VehicleModel model)
Parameters
Type Name Description
VehicleModel model
Returns
Type Description
VehicleHandling
| Edit this page View Source

GetVehicleHandlingFor(ushort)

Declaration
public static VehicleHandling GetVehicleHandlingFor(ushort model)
Parameters
Type Name Description
ushort model
Returns
Type Description
VehicleHandling
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX