MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / ~CtrlrLuaMethod

Method ~CtrlrLuaMethod

Source/Lua/Methods/CtrlrLuaMethod.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43CtrlrLuaMethod::~CtrlrLuaMethod()
44{
45 methodTree.removeListener (this);
46 masterReference.clear();
47 deleteAndZero (luaObject);
48}
49
50void CtrlrLuaMethod::remove() // this is called by the manager to remove us permanently, cleanup and stuff
51{

Callers

nothing calls this directly

Calls 3

deleteAndZeroFunction · 0.50
removeListenerMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected