mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-13 16:33:36 +02:00
CLuaInstance: Precise error message for obsolete hide() parameter
- Supplement for commit11c6e81a50
Origin commit data ------------------ Branch: ni/coolstream Commit:f12e49e720
Author: Michael Liebmann <tuxcode.bbg@gmail.com> Date: 2016-01-01 (Fri, 01 Jan 2016) ------------------ This commit was generated by Migit
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