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

Function printState

plugins/tiletypes.cpp:473–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471static Brush *brush = new RectangleBrush(1,1);
472
473void printState(color_ostream &out)
474{
475 out << "Filter: " << filter << std::endl
476 << "Paint: " << paint << std::endl
477 << "Brush: " << brush << std::endl;
478}
479
480//zilpin: These two functions were giving me compile errors in VS2008, so I cheated with the C style loop below, just to get it to build.
481//Original code is commented out.

Callers 3

df_tiletypesFunction · 0.85
df_tiletypes_hereFunction · 0.85
df_tiletypes_here_pointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected