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

Function lua_dfhack_printerr

library/LuaTools.cpp:393–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393static int lua_dfhack_printerr(lua_State *S)
394{
395 std::string str = lua_print_fmt(S);
396 dfhack_printerr(S, str);
397 return 0;
398}
399
400static int lua_dfhack_color(lua_State *S)
401{

Callers

nothing calls this directly

Calls 2

lua_print_fmtFunction · 0.85
dfhack_printerrFunction · 0.85

Tested by

no test coverage detected