Table of Contents

Console Entry Prompt (0x9A)

Moongate Packet Classes

  • ConsoleEntryPromptPacket (Incoming, Variable, length -1) from src/Moongate.Network.Packets/Incoming/UI/ConsoleEntryPromptPacket.cs

Current Moongate Behavior

Moongate currently has packet classes for this opcode.

Packet Build

Type Field
BYTE[1] 0x9A
BYTE[2] Length
BYTE[4] Serial
BYTE[4] Prompt ID
BYTE[4] Type
BYTE[?] Text String (optional), 0x00 Terminated

Subcommand Build

N/A

Notes

Type

0: Server Sent is Request. Client responds with 0 when ESC pressed

1: Client Reply