Table of Contents

Class ConsoleEntryPromptPacket

Namespace
Moongate.Network.Packets.Incoming.UI
Assembly
Moongate.Network.Packets.dll
[PacketHandler(154, PacketSizing.Variable, Description = "Console Entry Prompt")]
public class ConsoleEntryPromptPacket : BaseGameNetworkPacket, IGameNetworkPacket
Inheritance
ConsoleEntryPromptPacket
Implements
Inherited Members

Constructors

ConsoleEntryPromptPacket()

public ConsoleEntryPromptPacket()

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.