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

Method sendMessage

MicropolisCore/src/MicropolisEngine/src/stubs.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107
108void FrontendMessageDidTool::sendMessage(Micropolis *sim) const
109{
110 sim->didTool(this->tool, this->x, this->y);
111}
112
113
114FrontendMessageMakeSound::FrontendMessageMakeSound(

Callers 1

modifyWorldMethod · 0.45

Calls 2

didToolMethod · 0.80
makeSoundMethod · 0.65

Tested by

no test coverage detected