mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-17 10:25:21 +02: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:
committed by
Craig Robbins
parent
77137a92cf
commit
6a43b3af09
@@ -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
|
||||
-----------------------------
|
||||
|
Reference in New Issue
Block a user