MCPcopy Create free account
hub / github.com/SimHacker/micropolis / ToolEffects

Method ToolEffects

MicropolisCore/src/MicropolisEngine/src/tool.cpp:78–83  ·  view source on GitHub ↗

Constructor. */

Source from the content-addressed store, hash-verified

76
77/** Constructor. */
78ToolEffects::ToolEffects(Micropolis *mpolis)
79{
80 this->sim = mpolis;
81
82 this->clear();
83}
84
85ToolEffects::~ToolEffects()
86{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.95

Tested by

no test coverage detected