-
Notifications
You must be signed in to change notification settings - Fork 1
melon.table
garryspins edited this page Feb 27, 2026
·
3 revisions
melon.table
Contains table helpers
melon

melon.table.Insert(table, any, number?) -> number
Argument and Return information
| # | Name | Type | Description |
|---|---|---|---|
| 1 | table | table | Table to insert into |
| 2 | any | any | Value to insert |
| 3 | number? | number | Index to insert into |
| # | Name | Type | Description |
|---|---|---|---|
| 1 | number | number | Index the element was inserted into |
Identical to table.insert(), except the index value is last so it can be omitted it easily