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

Function clearUsage

plugins/devel/vectors.cpp:260–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258////////////////////////////////////////
259
260static void clearUsage(color_ostream &con)
261{
262 con << "Usage: clearvec <vector1 addr> [vector2 addr] ..." << std::endl;
263 con << "Address can be either for vector or pointer to vector."
264 << std::endl;
265}
266
267command_result df_clearvec (color_ostream &con, vector <string> & parameters)
268{

Callers 1

df_clearvecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected