Table of Contents

Class RequestCharProfilePacket

Namespace
Moongate.Network.Packets.Incoming.Player
Assembly
Moongate.Network.Packets.dll
[PacketHandler(184, PacketSizing.Variable, Description = "Request/Char Profile")]
public class RequestCharProfilePacket : BaseGameNetworkPacket, IGameNetworkPacket
Inheritance
RequestCharProfilePacket
Implements
Inherited Members

Constructors

RequestCharProfilePacket()

public RequestCharProfilePacket()

Methods

ParsePayload(ref SpanReader)

Parses packet-specific payload after opcode validation.

protected override bool ParsePayload(ref SpanReader reader)

Parameters

reader SpanReader

Packet span reader positioned after opcode.

Returns

bool

true when payload parsing succeeds; otherwise false.