-
Notifications
You must be signed in to change notification settings - Fork 1
ui.lua
PGgamer2 edited this page Jan 11, 2021
·
3 revisions
Manage and draw UI using catui.
Function | Description |
---|---|
LoadUI () | Load every UI element. |
UpdateUIposition () | Update the position of every UI element. |
OpenUIonKeyPressed (keypressed) | Open UI elements. |
openDialog (text, t) | Open a dialog. |
finishDialog (text) | End the current dialog. |
Load every UI element.
Update the position of every UI element.
Open UI elements.
Open a dialog.
End the current dialog.