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

Function internal_setArmokTools

library/LuaApi.cpp:4331–4336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4329}
4330
4331static int internal_setArmokTools(lua_State *L) {
4332 vector<string> tool_names;
4333 Lua::GetVector(L, tool_names);
4334 Core::getInstance().setArmokTools(tool_names);
4335 return 0;
4336}
4337
4338template<typename T>
4339static std::map<const char *, T> translate_event_types(const std::unordered_map<int32_t, T> & in_map) {

Callers

nothing calls this directly

Calls 2

GetVectorFunction · 0.85
setArmokToolsMethod · 0.80

Tested by

no test coverage detected