-
-
Notifications
You must be signed in to change notification settings - Fork 618
table.insertafter
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
Insert a new value into a table at the index after the specified existing value. If the specified value does not exist in the table, the new value is appended to the end of the table.
table.insertafter(arr, after, value)
arr
is a table containing indexed elements. after
is the value to insert after. value
is the value to insert.
None.
Premake 5.0 or later.