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

Method didTool

MicropolisCore/src/MicropolisEngine/src/tool.cpp:934–937  ·  view source on GitHub ↗

* Report to the front-end that a tool was used. * @param name: Name of the tool. * @param x X coordinate of where the tool was applied. * @param y Y coordinate of where the tool was applied. */

Source from the content-addressed store, hash-verified

932 * @param y Y coordinate of where the tool was applied.
933 */
934void Micropolis::didTool(const char *name, short x, short y)
935{
936 callback("didTool", "sdd", name, (int)x, (int)y);
937}
938
939
940////////////////////////////////////////////////////////////////////////

Callers 1

sendMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected