Adds a queue data structure.
Sadly does not work with C3 runtime would be a very useful plugin.
Hi, this plugin should work for C3 Runtime: construct.net/en/make-games/addons/219/queues-c3-runtime
But also, for queues, you can just use the normal Array object. Queues are just arrays with less options, so there is no point in using them.