ds_queue_create

Creates a new queue, returning its id.

Syntax:

ds_queue_create();


Returns: Real


Description

This function will create a new queue data-structure and return the index value. This value should be stored in a variable and used in all further function calls relating to the queue.


Example:

queue = ds_queue_create();

This will create a new queue and assign its index id to the instance variable "queue".


Back: Queues
Next: ds_queue_destroy
© Copyright YoYo Games Ltd. 2018 All Rights Reserved