mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Add minetest.copy_table(table) To get rid off the "table references"
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
This commit is contained in:
parent
77137a92cf
commit
6a43b3af09
2 changed files with 14 additions and 0 deletions
|
@ -1310,6 +1310,8 @@ minetest.is_yes(arg)
|
|||
^ returns whether arg can be interpreted as yes
|
||||
minetest.get_us_time()
|
||||
^ returns time with microsecond precision
|
||||
table.copy(table) -> table
|
||||
^ returns a deep copy of a table
|
||||
|
||||
minetest namespace reference
|
||||
-----------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue