table.Add
From GMod Wiki
Function | |
Syntax |
table.Add( Table destination table, Table source table ) Where is this used? |
Description: | |
Inserts the contents of a table into another table. | |
Returns: | Table destination table |
Part of Library: | Table |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Table.Add]Table.Add [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Additional Notes
- It will not send keys, use table.Merge for that. It will just add the contents of the source table to the destination table via table.insert.