ds_map_create

Creates a new ds_map.

Syntax:

ds_map_create();


Returns: Map id.


Description

This function is used to create a new, empty, ds_map and will return its id which is then used to access the data structure in all other ds_map functions.


Example:

inventory = ds_map_create();

The above code will create a new, empty ds_map and store its id index in the variable "inventory".


Back: DS Maps
Next: ds_map_add
© Copyright YoYo Games Ltd. 2018 All Rights Reserved