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

Method isLuaDisabled

Source/Lua/Methods/CtrlrLuaMethodManager.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131bool CtrlrLuaMethodManager::isLuaDisabled()
132{
133 return ((bool)owner.getOwner().getCtrlrManagerOwner().getProperty (Ids::ctrlrLuaDisabled));
134}
135
136void CtrlrLuaMethodManager::restoreState (const ValueTree &savedState)
137{

Callers 1

setCodeInternalMethod · 0.45

Calls 2

getPropertyMethod · 0.45
getOwnerMethod · 0.45

Tested by

no test coverage detected