Show / Hide Table of Contents

Class VehicleReaderExtensions

Inheritance
object
VehicleReaderExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Reader
Assembly: SlipeServer.Packets.dll
Syntax
public static class VehicleReaderExtensions

Methods

| Edit this page View Source

GetTurretRotation(PacketReader)

Declaration
public static Vector2 GetTurretRotation(this PacketReader reader)
Parameters
Type Name Description
PacketReader reader
Returns
Type Description
Vector2
| Edit this page View Source

GetVehicleHealth(PacketReader)

Declaration
public static float GetVehicleHealth(this PacketReader reader)
Parameters
Type Name Description
PacketReader reader
Returns
Type Description
float
| Edit this page View Source

GetVehicleRotation(PacketReader)

Declaration
public static Vector3 GetVehicleRotation(this PacketReader reader)
Parameters
Type Name Description
PacketReader reader
Returns
Type Description
Vector3
| Edit this page View Source

GetVehicleSeat(PacketReader)

Declaration
public static byte GetVehicleSeat(this PacketReader reader)
Parameters
Type Name Description
PacketReader reader
Returns
Type Description
byte
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX