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

Add table.keyof() (#14910)

This commit is contained in:
1F616EMO~nya
2024-08-14 00:39:50 +08:00
committed by GitHub
parent a677d33bdf
commit dc7a7a0ed9
4 changed files with 25 additions and 1 deletions

View File

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