-
-
Notifications
You must be signed in to change notification settings - Fork 26
Messages
The messages system is a system for Slab to notify developers of issues or suggestions on aspects of the API. Functions or options may be deprecated or Slab may offer an alternative usage. The system is designed to notify the user only once to prevent any repeated output to the console if enabled. This system can be enabled at startup and the developer will have the ability to gather the messages to be displayed in a control if desired.
Below is a list of functions associated with the Messages API.
The messages system can be disabled through the 'args' table given to the Initialize function. If the string option 'NoMessages' exists in this table, the messages system will be disabled.
Retrieves a list of existing messages that has been captured by Slab.
Return | Description |
---|---|
Table | List of messages that have been broadcasted from Slab. |