mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
MetaDataRef: Add contains() and get() (#7214)
This commit is contained in:
@@ -46,6 +46,12 @@ protected:
|
||||
|
||||
// Exported functions
|
||||
|
||||
// contains(self, name)
|
||||
static int l_contains(lua_State *L);
|
||||
|
||||
// get(self, name)
|
||||
static int l_get(lua_State *L);
|
||||
|
||||
// get_string(self, name)
|
||||
static int l_get_string(lua_State *L);
|
||||
|
||||
|
Reference in New Issue
Block a user