1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-16 18:01:40 +00:00

Add get_wielded_item

This commit is contained in:
red-001 2017-01-31 13:18:52 +00:00 committed by Loïc Blot
parent 44ca9c9cb2
commit 88df9fb5b6
15 changed files with 92 additions and 33 deletions

View file

@ -53,7 +53,8 @@ private:
// get_node_or_nil(pos)
static int l_get_node_or_nil(lua_State *L);
// get_wielded_item()
static int l_get_wielded_item(lua_State *L);
public:
static void Initialize(lua_State *L, int top);