MCPcopy Create free account
hub / github.com/KikoPlayProject/KikoPlay / PlayerInterface

Class PlayerInterface

Extension/Modules/lua_playerinterface.h:8–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6{
7
8class PlayerInterface : public ModuleBase
9{
10public:
11 using ModuleBase::ModuleBase;
12 virtual void setup();
13private:
14 static int setmedia(lua_State *L);
15 static int curfile(lua_State *L);
16 static int property(lua_State *L);
17 static int command(lua_State *L);
18 static int optgroups(lua_State *L);
19 static int setoptgroup(lua_State *L);
20};
21
22}
23#endif // LUA_PLAYERINTERFACE_H

Callers 1

startMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected