lua api: add function setSelected() for lua menu handler, update to v1.84

This commit is contained in:
2019-11-26 21:55:08 +01:00
parent 810ed367db
commit 853966d89a
3 changed files with 15 additions and 1 deletions

View File

@@ -127,6 +127,7 @@ class CLuaInstMenu
static int MenuSetActive(lua_State *L);
static int MenuSetName(lua_State *L);
static int MenuDelete(lua_State *L);
static int MenuSetSelected(lua_State *L);
};
#endif //_LUAMENUE_H