MCPcopy Create free account
hub / github.com/DFHack/dfhack / onDismiss

Method onDismiss

library/modules/Screen.cpp:1112–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

dismissMethod · 0.80

Calls 1

lua_pushstringFunction · 0.85

Tested by

no test coverage detected