Show / Hide Table of Contents

Class SetVehicleHandlingPropertyRpcPacket

Inheritance
object
Packet
SetVehicleHandlingPropertyRpcPacket
Inherited Members
Packet.Reset()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Definitions.Lua.ElementRpc.Vehicle
Assembly: SlipeServer.Packets.dll
Syntax
public sealed class SetVehicleHandlingPropertyRpcPacket : Packet

Constructors

| Edit this page View Source

SetVehicleHandlingPropertyRpcPacket(ElementId, byte, bool)

Declaration
public SetVehicleHandlingPropertyRpcPacket(ElementId elementId, byte property, bool value)
Parameters
Type Name Description
ElementId elementId
byte property
bool value
| Edit this page View Source

SetVehicleHandlingPropertyRpcPacket(ElementId, byte, byte)

Declaration
public SetVehicleHandlingPropertyRpcPacket(ElementId elementId, byte property, byte value)
Parameters
Type Name Description
ElementId elementId
byte property
byte value
| Edit this page View Source

SetVehicleHandlingPropertyRpcPacket(ElementId, byte, Vector3)

Declaration
public SetVehicleHandlingPropertyRpcPacket(ElementId elementId, byte property, Vector3 value)
Parameters
Type Name Description
ElementId elementId
byte property
Vector3 value
| Edit this page View Source

SetVehicleHandlingPropertyRpcPacket(ElementId, byte, float)

Declaration
public SetVehicleHandlingPropertyRpcPacket(ElementId elementId, byte property, float value)
Parameters
Type Name Description
ElementId elementId
byte property
float value
| Edit this page View Source

SetVehicleHandlingPropertyRpcPacket(ElementId, byte, string)

Declaration
public SetVehicleHandlingPropertyRpcPacket(ElementId elementId, byte property, string value)
Parameters
Type Name Description
ElementId elementId
byte property
string value
| Edit this page View Source

SetVehicleHandlingPropertyRpcPacket(ElementId, byte, uint)

Declaration
public SetVehicleHandlingPropertyRpcPacket(ElementId elementId, byte property, uint value)
Parameters
Type Name Description
ElementId elementId
byte property
uint value

Properties

| Edit this page View Source

BoolValue

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

ByteValue

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

ElementId

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

FloatValue

Declaration
public float? FloatValue { get; set; }
Property Value
Type Description
float?
| 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

Priority

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

Property

Declaration
public byte Property { get; set; }
Property Value
Type Description
byte
| 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

StringValue

Declaration
public string? StringValue { get; set; }
Property Value
Type Description
string
| Edit this page View Source

UIntValue

Declaration
public uint? UIntValue { get; set; }
Property Value
Type Description
uint?
| Edit this page View Source

VectorValue

Declaration
public Vector3? VectorValue { get; set; }
Property Value
Type Description
Vector3?

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

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