A function defined in PEd_DsList.gml
PEd_DsListInsertUnique(_list, _value, _position)
If the value is not in the list, it is inserted to it at given position.
Name | Type | Description |
---|---|---|
_list | Id.DsList |
The list. |
_value | Mixed |
The value to be added. |
_position | Real |
The index to insert the value at. |
Real
The index on which has been the value found or -1.
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.