Class FullKeySyncStructure
Inheritance
FullKeySyncStructure
Assembly: SlipeServer.Packets.dll
Syntax
public class FullKeySyncStructure : ISyncStructure
Constructors
|
Edit this page
View Source
FullKeySyncStructure()
Declaration
public FullKeySyncStructure()
|
Edit this page
View Source
FullKeySyncStructure(Vector2, bool, bool, bool, bool, bool, bool, bool, bool, byte, byte)
Declaration
public FullKeySyncStructure(Vector2 leftStick, bool leftShoulder1, bool leftShoulder2, bool buttonSquare, bool buttonCross, bool buttonCircle, bool buttonTriangle, bool shockButton, bool pedWalk, byte buttonSquareByte, byte buttonCrossByte)
Parameters
Properties
|
Edit this page
View Source
Declaration
public bool ButtonCircle { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public bool ButtonCross { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public byte ButtonCrossByte { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public bool ButtonSquare { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public byte ButtonSquareByte { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public bool ButtonTriangle { get; set; }
Property Value
|
Edit this page
View Source
LeftShoulder1
Declaration
public bool LeftShoulder1 { get; set; }
Property Value
|
Edit this page
View Source
LeftStick
Declaration
public Vector2 LeftStick { get; set; }
Property Value
|
Edit this page
View Source
PedWalk
Declaration
public bool PedWalk { get; set; }
Property Value
|
Edit this page
View Source
RightShoulder1
Declaration
public bool RightShoulder1 { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public bool ShockButton { 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