Show / Hide Table of Contents

Class KeySyncFlagsStructure

Inheritance
object
KeySyncFlagsStructure
Implements
ISyncStructure
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Structures
Assembly: SlipeServer.Packets.dll
Syntax
public class KeySyncFlagsStructure : ISyncStructure

Constructors

| Edit this page View Source

KeySyncFlagsStructure()

Declaration
public KeySyncFlagsStructure()
| Edit this page View Source

KeySyncFlagsStructure(bool, bool, bool, bool)

Declaration
public KeySyncFlagsStructure(bool isDucked, bool isChoking, bool akimboTargetUp, bool isSyncingVehicle)
Parameters
Type Name Description
bool isDucked
bool isChoking
bool akimboTargetUp
bool isSyncingVehicle

Properties

| Edit this page View Source

AkimboTargetUp

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

IsChoking

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

IsDucked

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

IsSyncingVehicle

Declaration
public bool IsSyncingVehicle { get; set; }
Property Value
Type Description
bool

Methods

| Edit this page View Source

Read(PacketReader)

Declaration
public void Read(PacketReader reader)
Parameters
Type Name Description
PacketReader reader
| Edit this page View Source

Write(PacketBuilder)

Declaration
public void Write(PacketBuilder builder)
Parameters
Type Name Description
PacketBuilder builder

Implements

ISyncStructure
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX