| 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 ) |
nothing calls this directly
no test coverage detected