Show / Hide Table of Contents

Class VehicleConstants

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

Properties

| Edit this page View Source

Trains

Declaration
public static HashSet<int> Trains { get; }
Property Value
Type Description
HashSet<int>
| Edit this page View Source

VehiclesWithAdjustableProperties

Declaration
public static HashSet<int> VehiclesWithAdjustableProperties { get; }
Property Value
Type Description
HashSet<int>
| Edit this page View Source

VehiclesWithDoors

Declaration
public static HashSet<int> VehiclesWithDoors { get; }
Property Value
Type Description
HashSet<int>
| Edit this page View Source

VehiclesWithTurrets

Declaration
public static HashSet<int> VehiclesWithTurrets { get; }
Property Value
Type Description
HashSet<int>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX