Class MoveRequestPacket
[PacketHandler(2, PacketSizing.Fixed, Length = 7, Description = "Move Request")]
public class MoveRequestPacket : BaseGameNetworkPacket, IGameNetworkPacket
- Inheritance
-
MoveRequestPacket
- Implements
- Inherited Members
Constructors
MoveRequestPacket()
public MoveRequestPacket()
Properties
Direction
public DirectionType Direction { get; set; }
Property Value
FastWalkKey
public uint FastWalkKey { get; set; }
Property Value
IsRunning
public bool IsRunning { get; }
Property Value
Sequence
public byte Sequence { get; set; }
Property Value
WalkDirection
public DirectionType WalkDirection { get; }
Property Value
Methods
ParsePayload(ref SpanReader)
Parses packet-specific payload after opcode validation.
protected override bool ParsePayload(ref SpanReader reader)
Parameters
readerSpanReaderPacket span reader positioned after opcode.
Returns
- bool
truewhen payload parsing succeeds; otherwisefalse.