mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
CLuaInstance: Precise error message for obsolete hide() parameter
- Supplement for commit 75631a97f1
This commit is contained in:
@@ -85,6 +85,7 @@ bool _luaL_checkbool(lua_State *L, int numArg);
|
||||
void paramBoolDeprecated(lua_State *L, const char* val);
|
||||
void paramDeprecated(lua_State *L, const char* oldParam, const char* newParam);
|
||||
void functionDeprecated(lua_State *L, const char* oldFunc, const char* newFunc);
|
||||
void obsoleteHideParameter(lua_State *L);
|
||||
lua_Unsigned checkMagicMask(lua_Unsigned col);
|
||||
|
||||
bool tableLookup(lua_State*, const char*, std::string&);
|
||||
|
Reference in New Issue
Block a user