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

Method getMortalMode

library/Core.cpp:2018–2020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2016}
2017
2018bool Core::getMortalMode() {
2019 return mortal_mode.load();
2020}
2021
2022void Core::setArmokTools(const std::vector<std::string> &tool_names) {
2023 std::lock_guard<std::mutex> lock(armok_mutex);

Callers 1

handleKeybindMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected