| 135 | } |
| 136 | |
| 137 | bool SScriptModule_Lua::subscribeEvent(SWindow* target, UINT uEvent, LPCSTR subscriber_name ) |
| 138 | { |
| 139 | return target->GetEventSet()->subscribeEvent(uEvent,LuaFunctionSlot(d_state,subscriber_name)); |
| 140 | } |
| 141 | |
| 142 | bool SScriptModule_Lua::unsubscribeEvent(SWindow* target, UINT uEvent, LPCSTR subscriber_name ) |
| 143 | { |
no test coverage detected