CLuaInstance: Add script function 'channelRezap'

- Alternative rezap method for movie plugins
 - Set Lua api version to 1.21
This commit is contained in:
M. Liebmann
2015-12-08 06:16:03 +01:00
parent 0a008ab308
commit b9afbb1e2c
6 changed files with 32 additions and 15 deletions

View File

@@ -589,6 +589,7 @@ const luaL_Reg CLuaInstance::methods[] =
{ "StopPicture", CLuaInstance::StopPicture },
{ "PlayFile", CLuaInstance::PlayFile },
{ "zapitStopPlayBack", CLuaInstance::zapitStopPlayBack },
{ "channelRezap", CLuaInstance::channelRezap },
{ NULL, NULL }
};