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

Method onShow

library/modules/Screen.cpp:1106–1110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1104}
1105
1106void dfhack_lua_viewscreen::onShow()
1107{
1108 lua_pushstring(DFHack::Core::getInstance().getLuaState(), "onShow");
1109 safe_call_lua(do_notify, 1, 0);
1110}
1111
1112void dfhack_lua_viewscreen::onDismiss()
1113{

Callers 1

showMethod · 0.80

Calls 1

lua_pushstringFunction · 0.85

Tested by

no test coverage detected