The "sys_queue_empty" Function
#
SyntaxArgument | Type | Description |
---|---|---|
id | string | The ID of the queue to check |
#
DescriptionVNgen uses a custom queue system for certain data to afford greater control over when and how it is applied. This is not the same as GameMaker Studio's built-in queue data structures and should not be used as a replacement for them.
This script will check whether the target queue has data and return true if empty or false if not empty.