MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getLuaStateAudio

Method getLuaStateAudio

Source/Lua/CtrlrLuaManager.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 const String getLastError() { return (lastError); }
51 lua_State *getLuaState() { return (luaState); }
52 lua_State *getLuaStateAudio() { return (luaStateAudio); }
53
54 const bool isRestoring();
55 CtrlrPanel &getOwner() { return (owner); }

Callers 1

getLuaStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected