Show / Hide Table of Contents

Struct VehicleDamage

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 VehicleDamage

Properties

| Edit this page View Source

Doors

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

Lights

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

Panels

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

Undamaged

Declaration
public static VehicleDamage Undamaged { get; }
Property Value
Type Description
VehicleDamage
| Edit this page View Source

Wheels

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