aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_playermeta.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/lua_api/l_playermeta.cpp')
-rw-r--r--src/script/lua_api/l_playermeta.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/lua_api/l_playermeta.cpp b/src/script/lua_api/l_playermeta.cpp
index 6ccb53e1c..def65a1cc 100644
--- a/src/script/lua_api/l_playermeta.cpp
+++ b/src/script/lua_api/l_playermeta.cpp
@@ -70,6 +70,7 @@ const luaL_Reg PlayerMetaRef::methods[] = {
luamethod(MetaDataRef, set_int),
luamethod(MetaDataRef, get_float),
luamethod(MetaDataRef, set_float),
+ luamethod(MetaDataRef, get_keys),
luamethod(MetaDataRef, to_table),
luamethod(MetaDataRef, from_table),
luamethod(MetaDataRef, equals),