Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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. */
78
ToolEffects::ToolEffects(Micropolis *mpolis)
79
{
80
this->sim = mpolis;
81
82
this->clear();
83
}
84
85
ToolEffects::~ToolEffects()
86
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.95
Tested by
no test coverage detected