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

Method str

plugins/Brushes.h:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 virtual ~Brush(){};
13 virtual coord_vec points(MapExtras::MapCache & mc,DFHack::DFCoord start) = 0;
14 virtual std::string str() const {
15 return "unknown";
16 }
17};
18/**
19 * generic 3D rectangle brush. you can specify the dimensions of

Callers 15

dfhack_version_descMethod · 0.45
fatalMethod · 0.45
InitMainThreadMethod · 0.45
join_stringsFunction · 0.45
get_errorFunction · 0.45
lua_print_fmtFunction · 0.45
flush_bufferMethod · 0.45
toLocaleMBFunction · 0.45
print_bitsFunction · 0.45
join_stringsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected