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

Method isArmokTool

library/Core.cpp:2028–2031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2026}
2027
2028bool Core::isArmokTool(const std::string& tool) {
2029 std::lock_guard<std::mutex> lock(armok_mutex);
2030 return armok_tools.contains(tool);
2031}
2032
2033// returns true if the event is handled
2034bool Core::DFH_SDL_Event(SDL_Event* ev) {

Callers 1

handleKeybindMethod · 0.80

Calls 1

containsMethod · 0.80

Tested by

no test coverage detected