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

Method getTopViewscreen

library/Core.cpp:1092–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1090}
1091
1092df::viewscreen * Core::getTopViewscreen() {
1093 return getInstance().top_viewscreen;
1094}
1095
1096bool Core::InitMainThread(std::filesystem::path path) {
1097 // this hook is always called from DF's main (render) thread, so capture this thread id

Callers 1

invokeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected