ds_list_create()

From ENIGMA
Jump to navigation Jump to search

Description

Creates a new data structure list and returns its index.

Parameters

Parameter Description
none this function has no parameters

Return Values

unsigned integer: Returns the index of the newly created data structure list.

Example Call

// demonstrates creating a new data structure list
mylist = ds_list_create();