MCPcopy Create free account
hub / github.com/SOUI2/soui / unsubscribeEvent

Method unsubscribeEvent

components/ScriptModule-LUA/src/ScriptModule-Lua.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 bool SScriptModule_Lua::unsubscribeEvent(SWindow* target, UINT uEvent, LPCSTR subscriber_name )
143 {
144 return target->GetEventSet()->unsubscribeEvent(uEvent,LuaFunctionSlot(d_state,subscriber_name));
145 }
146
147
148 HRESULT SIScriptFactory::CreateScriptModule( IScriptModule ** ppScriptModule )

Callers

nothing calls this directly

Calls 1

LuaFunctionSlotClass · 0.85

Tested by

no test coverage detected