ds_list_create

Creates a new list, returning its id.

Syntax:

ds_list_create();


Returns: Real


Description

This function will create a new list 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 list.


Example:

list = ds_list_create();

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


Back: DS Lists
Next: ds_list_destroy
© Copyright YoYo Games Ltd. 2018 All Rights Reserved