Database /
User Interfaces
Introduction
User interfaces control the interactable elements of the game, driven by menus, dialogues, and more.
Properties
System
Name | Explanation | Type |
---|---|---|
Name | The name of the user interface. | String |
User Interface Type | The type of the user interface. | User Interface Type |
Data
Name | Explanation | Type |
---|---|---|
Switches | The local switches attached to the user interface. | Switch |
Variables | The local variables attached to the user interface. | Variable |
Scripts
Name | Explanation | Type |
---|---|---|
Loaded | The script to execute when the user interface is loaded or opened. | Script |
Unloaded | The script to execute when the user interface is unloaded or closed. | Script |
Ongoing | The script to execute when the user interface is active. | Script |
Elements
User interfaces are composed of User Interface Elements. They are drawn/rendered on the screen in the order they are listed, meaning the last element will be drawn on top of the first element.