Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1106
void dfhack_lua_viewscreen::onShow()
1107
{
1108
lua_pushstring(DFHack::Core::getInstance().getLuaState(),
"onShow"
);
1109
safe_call_lua(do_notify, 1, 0);
1110
}
1111
1112
void dfhack_lua_viewscreen::onDismiss()
1113
{
Callers
1
show
Method · 0.80
Calls
1
lua_pushstring
Function · 0.85
Tested by
no test coverage detected