| 1110 | } |
| 1111 | |
| 1112 | void dfhack_lua_viewscreen::onDismiss() |
| 1113 | { |
| 1114 | lua_pushstring(DFHack::Core::getInstance().getLuaState(), "onDismiss"); |
| 1115 | safe_call_lua(do_notify, 1, 0); |
| 1116 | } |
| 1117 | |
| 1118 | template<typename T> |
| 1119 | T* dfhack_lua_viewscreen::getSelected(const char* method_name) |
no test coverage detected