-
Notifications
You must be signed in to change notification settings - Fork 2
GUI documentation
Peter Crew edited this page Jan 25, 2019
·
2 revisions
For now, this page covers the EquilinoxGuis
class.
A purely static class used to interact with basic notifications.
Name | Arguments | Return type | Description |
---|---|---|---|
notify |
String, String, Texture, Sound |
void |
Displays a notification with the given title, text, and texture as an icon. The given sound is played when the notification is clicked, although it can be omitted. |
notify |
String, String, Texture, Sound, function() |
void |
Displays a notification with the given title, text, and texture as an icon, calling the provided function when the notification is clicked on. The given sound is played when the notification is clicked, although it can be null . |
isMenuOpen |
None | boolean |
Returns true if the game menu is open. |
Thanks for visiting this wiki. Don't forget to check out Equilinox!
The wiki and the modding framework are still heavily under development, so not all content is available yet.