Class VehicleInOutPacket
Inheritance
VehicleInOutPacket
Assembly: SlipeServer.Packets.dll
Syntax
public 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
|
Edit this page
View Source
CorrectPosition
Declaration
public Vector3 CorrectPosition { get; set; }
Property Value
|
Edit this page
View Source
Door
Declaration
public byte Door { get; set; }
Property Value
|
Edit this page
View Source
DoorOpenRatio
Declaration
public float DoorOpenRatio { get; set; }
Property Value
|
Edit this page
View Source
FailReason
Declaration
public VehicleEnterFailReason FailReason { get; set; }
Property Value
|
Edit this page
View Source
IsOnWater
Declaration
public bool IsOnWater { get; set; }
Property Value
|
Edit this page
View Source
OutActionId
Declaration
public VehicleInOutActionReturns OutActionId { get; set; }
Property Value
|
Edit this page
View Source
PacketId
Declaration
public override PacketId PacketId { get; }
Property Value
Overrides
|
Edit this page
View Source
PedId
Declaration
public ElementId PedId { get; set; }
Property Value
|
Edit this page
View Source
PlayerInId
Declaration
public ElementId PlayerInId { get; set; }
Property Value
|
Edit this page
View Source
PlayerOutId
Declaration
public ElementId PlayerOutId { get; set; }
Property Value
|
Edit this page
View Source
Priority
Declaration
public override PacketPriority Priority { get; }
Property Value
Overrides
|
Edit this page
View Source
Reliability
Declaration
public override PacketReliability Reliability { get; }
Property Value
Overrides
|
Edit this page
View Source
Seat
Declaration
public byte Seat { get; set; }
Property Value
|
Edit this page
View Source
StartedJacking
Declaration
public bool StartedJacking { get; set; }
Property Value
|
Edit this page
View Source
VehicleId
Declaration
public ElementId VehicleId { get; set; }
Property Value
Methods
|
Edit this page
View Source
Read(byte[])
Declaration
public override void Read(byte[] bytes)
Parameters
Type |
Name |
Description |
byte[] |
bytes |
|
Overrides
|
Edit this page
View Source
Reset()
Declaration
public override void Reset()
Overrides
|
Edit this page
View Source
Write()
Declaration
public override byte[] Write()
Returns
Overrides