Show / Hide Table of Contents

Struct UnoccupiedVehicleSync

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

Properties

| Edit this page View Source

Flags

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

Health

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

Id

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

Position

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

Rotation

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

TimeContext

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

Trailer

Declaration
public ElementId? Trailer { readonly get; set; }
Property Value
Type Description
ElementId?
| Edit this page View Source

TurnVelocity

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

Velocity

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