Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ dfhack_pen_make
Function
dfhack_pen_make
library/LuaApi.cpp:731–734 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
729
}
730
731
static int dfhack_pen_make(lua_State *L)
732
{
733
return adjust_pen(L, false);
734
}
735
736
static void make_pen_table(lua_State *L, Pen &pen)
737
{
Callers
nothing calls this directly
Calls
1
adjust_pen
Function · 0.85
Tested by
no test coverage detected