mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
CLuaInstance: Add overloaded member tableLookup() for bool vars
This commit is contained in:
@@ -285,6 +285,7 @@ private:
|
||||
static bool tableLookup(lua_State*, const char*, lua_Integer&);
|
||||
static bool tableLookup(lua_State*, const char*, lua_Unsigned&);
|
||||
static bool tableLookup(lua_State*, const char*, void**);
|
||||
static bool tableLookup(lua_State*, const char*, bool &value);
|
||||
};
|
||||
|
||||
#endif /* _LUAINSTANCE_H */
|
||||
|
Reference in New Issue
Block a user