Table of Contents

Class AllNamesPacket

Namespace
Moongate.Network.Packets.Incoming.Player
Assembly
Moongate.Network.Packets.dll
[PacketHandler(152, PacketSizing.Variable, Description = "All Names (3D Client Only)")]
public class AllNamesPacket : BaseGameNetworkPacket, IGameNetworkPacket
Inheritance
AllNamesPacket
Implements
Inherited Members

Constructors

AllNamesPacket()

public AllNamesPacket()

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.