Show / Hide Table of Contents

Class PlayerPureSyncFlagsStructure

Inheritance
object
PlayerPureSyncFlagsStructure
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 PlayerPureSyncFlagsStructure : ISyncStructure

Constructors

| Edit this page View Source

PlayerPureSyncFlagsStructure()

Declaration
public PlayerPureSyncFlagsStructure()
| Edit this page View Source

PlayerPureSyncFlagsStructure(bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool)

Declaration
public PlayerPureSyncFlagsStructure(bool isInWater, bool isOnGround, bool hasJetpack, bool isDucked, bool wearsGoggles, bool hasContact, bool isChoking, bool akimboTargetUp, bool isOnFire, bool hasAWeapon, bool isSyncingVelocity, bool isStealthAiming)
Parameters
Type Name Description
bool isInWater
bool isOnGround
bool hasJetpack
bool isDucked
bool wearsGoggles
bool hasContact
bool isChoking
bool akimboTargetUp
bool isOnFire
bool hasAWeapon
bool isSyncingVelocity
bool isStealthAiming

Properties

| Edit this page View Source

AkimboTargetUp

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

HasAWeapon

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

HasContact

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

HasJetpack

Declaration
public bool HasJetpack { 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

IsInWater

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

IsOnFire

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

IsOnGround

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

IsStealthAiming

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

IsSyncingVelocity

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

WearsGoggles

Declaration
public bool WearsGoggles { 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