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

Method getLuaState

Source/Lua/Methods/CtrlrLuaMethod.cpp:124–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124lua_State *CtrlrLuaMethod::getLuaState()
125{
126 if (isAudioThreadMethod())
127 {
128 return(owner.getOwner().getLuaStateAudio());
129 }
130
131 return(owner.getOwner().getLuaState());
132}
133
134const String CtrlrLuaMethod::getCode()
135{

Callers 4

CtrlrLuaDebuggerMethod · 0.45
removeMethod · 0.45

Calls 2

getLuaStateAudioMethod · 0.80
getOwnerMethod · 0.45

Tested by

no test coverage detected