Show / Hide Table of Contents

Class VehicleInOutPacket

Inheritance
object
Packet
VehicleInOutPacket
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Definitions.Vehicles
Assembly: SlipeServer.Packets.dll
Syntax
public sealed class VehicleInOutPacket : Packet

Constructors

| Edit this page View Source

VehicleInOutPacket()

Declaration
public VehicleInOutPacket()

Properties

| Edit this page View Source

ActionId

Declaration
public VehicleInOutAction ActionId { get; set; }
Property Value
Type Description
VehicleInOutAction
| Edit this page View Source

CorrectPosition

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

Door

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

DoorOpenRatio

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

FailReason

Declaration
public VehicleEnterFailReason FailReason { get; set; }
Property Value
Type Description
VehicleEnterFailReason
| Edit this page View Source

IsOnWater

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

OutActionId

Declaration
public VehicleInOutActionReturns OutActionId { get; set; }
Property Value
Type Description
VehicleInOutActionReturns
| Edit this page View Source

PacketId

Declaration
public override PacketId PacketId { get; }
Property Value
Type Description
PacketId
Overrides
Packet.PacketId
| Edit this page View Source

PedId

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

PlayerInId

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

PlayerOutId

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

Priority

Declaration
public override PacketPriority Priority { get; }
Property Value
Type Description
PacketPriority
Overrides
Packet.Priority
| Edit this page View Source

Reliability

Declaration
public override PacketReliability Reliability { get; }
Property Value
Type Description
PacketReliability
Overrides
Packet.Reliability
| Edit this page View Source

Seat

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

StartedJacking

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

VehicleId

Declaration
public ElementId VehicleId { get; set; }
Property Value
Type Description
ElementId

Methods

| Edit this page View Source

Read(byte[])

Declaration
public override void Read(byte[] bytes)
Parameters
Type Name Description
byte[] bytes
Overrides
Packet.Read(byte[])
| Edit this page View Source

Reset()

Declaration
public override void Reset()
Overrides
Packet.Reset()
| Edit this page View Source

Write()

Declaration
public override byte[] Write()
Returns
Type Description
byte[]
Overrides
Packet.Write()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX