← Back to Index
ServerboundDataDrivenScreenClosedPacket (343)
Sent from the client to the server when a data driven screen is closed.
| Field Name |
Type |
Field Index |
Description |
| FormId |
uint32 |
0 |
The form ID of the screen that was closed. |
| CloseReason (Required) |
string |
1 |
The reason the screen was closed. |
Enum Values:
| Index |
Value |
| 0 |
ProgrammaticClose |
| 1 |
ProgrammaticCloseAll |
| 2 |
ClientCanceled |
| 3 |
UserBusy |
| 4 |
InvalidForm |
|