Skip to main content

The "sys_queue_empty" Function

Syntax#

sys_queue_empty(id);
ArgumentTypeDescription
idstringThe ID of the queue to check

Description#

VNgen 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.