WHAT IS MODERN MENU?
way for servers to send custom in-game menus to clients. They allow for displaying various information or provide an easy way to gather user input.
Dialogs can be shown to players during the configuration phase or normal gameplay, which makes them a very versatile tool. A simple dialog might look like this:
The dialog shown here is a confirmation-type dialog, which just means it always contains two buttons, one meant for confirmation and one meant for refusal.
MENUS INPUT:
way for servers to send custom in-game menus to clients. They allow for displaying various information or provide an easy way to gather user input.
Dialogs can be shown to players during the configuration phase or normal gameplay, which makes them a very versatile tool. A simple dialog might look like this:
The dialog shown here is a confirmation-type dialog, which just means it always contains two buttons, one meant for confirmation and one meant for refusal.
MENUS INPUT:
- A simple tick box representing a true or false state
- A multiple-choice button
- A simple string input field
- A slider for number input
