A function defined in PEd_DsList.gml
PEd_DsListInsertList(_l1, _pos, _l2)
Inserts the list l2 into the list t1 at the given position.
Name | Type | Description |
---|---|---|
_l1 | Id.DsList |
The list to inserted into. |
_pos | Real |
The index to insert the list at. |
_l2 | Id.DsList |
The list to be inserted. |
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.