Class KeySyncFlagsStructure
Inheritance
KeySyncFlagsStructure
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
|
Edit this page
View Source
IsChoking
Declaration
public bool IsChoking { get; set; }
Property Value
|
Edit this page
View Source
IsDucked
Declaration
public bool IsDucked { get; set; }
Property Value
|
Edit this page
View Source
IsSyncingVehicle
Declaration
public bool IsSyncingVehicle { get; set; }
Property Value
Methods
|
Edit this page
View Source
Read(PacketReader)
Declaration
public void Read(PacketReader reader)
Parameters
|
Edit this page
View Source
Write(PacketBuilder)
Declaration
public void Write(PacketBuilder builder)
Parameters
Implements