1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 08:05:18 +02:00

Add table.copy_with_metatables (#15754)

This commit is contained in:
Lars Müller
2025-03-14 11:52:42 +01:00
committed by GitHub
parent 8717c7bd00
commit 077828d0d9
4 changed files with 63 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ read_globals = {
"PerlinNoise", "PerlinNoiseMap",
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn", "indexof", "keyof", "insert_all"}},
table = {fields = {"copy", "copy_with_metatables", "getn", "indexof", "keyof", "insert_all"}},
math = {fields = {"hypot", "round"}},
}