Skip to content

GUI documentation

Peter Crew edited this page Jan 25, 2019 · 2 revisions

For now, this page covers the EquilinoxGuis class.


EquilinoxGuis

A purely static class used to interact with basic notifications.

Methods

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.
Clone this wiki locally