Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
static int tweak_get_status(lua_State *L) {
176
Lua::Push(L, get_status());
177
return 1;
178
}
179
180
DFHACK_PLUGIN_LUA_COMMANDS {
181
DFHACK_LUA_COMMAND(tweak_get_status),
Callers
nothing calls this directly
Calls
2
Push
Function · 0.85
get_status
Function · 0.85
Tested by
no test coverage detected