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

Function tweak_get_status

plugins/tweak/tweak.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175static int tweak_get_status(lua_State *L) {
176 Lua::Push(L, get_status());
177 return 1;
178}
179
180DFHACK_PLUGIN_LUA_COMMANDS {
181 DFHACK_LUA_COMMAND(tweak_get_status),

Callers

nothing calls this directly

Calls 2

PushFunction · 0.85
get_statusFunction · 0.85

Tested by

no test coverage detected