Skip to content
RubenatorX edited this page Apr 28, 2020 · 1 revision

The queue library adds additional functions for operating on queues.

local queue = require('queue')

Dependency Required

To use this library, you must include queue in the manifest.xml file for your package:

<dependency>queue</dependency>
Clone this wiki locally