Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2018
bool Core::getMortalMode() {
2019
return mortal_mode.load();
2020
}
2021
2022
void Core::setArmokTools(const std::vector<std::string> &tool_names) {
2023
std::lock_guard<std::mutex> lock(armok_mutex);
Callers
1
handleKeybind
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected