Console Entry Prompt (0x9A)
- Status:
implemented - Direction:
Both - Length:
Variable - POL reference: https://docs.polserver.com/packets/index.php?Packet=0x9A
- Last modified in POL docs:
2009-08-02 23:28:33byMuadDib
Moongate Packet Classes
ConsoleEntryPromptPacket(Incoming, Variable, length-1) fromsrc/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