MCPcopy 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
731static int dfhack_pen_make(lua_State *L)
732{
733 return adjust_pen(L, false);
734}
735
736static void make_pen_table(lua_State *L, Pen &pen)
737{

Callers

nothing calls this directly

Calls 1

adjust_penFunction · 0.85

Tested by

no test coverage detected