![]() |
FrameworkZ 4.4.2
Provides a framework for Project Zomboid with various systems.
|
Public Member Functions | |
table | CopyTable (originalTable, tableCopies) |
Copies a table. | |
Definition at line 12 of file Utility.lua.
table CopyTable | ( | originalTable | , |
tableCopies | ) |
Copies a table.
<a | href="variable_types.html#table" >table originalTable The table to copy. |
<a | href="variable_types.html#table" >table tableCopies (Internal) The table of copies used internally by the function. |