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

Method Position

MicropolisCore/src/MicropolisEngine/src/position.cpp:74–78  ·  view source on GitHub ↗

Default constructor. */

Source from the content-addressed store, hash-verified

72
73/** Default constructor. */
74Position::Position()
75{
76 this->posX = 0;
77 this->posY = 0;
78}
79
80/**
81 * Construct a position at a given \a x and \a y coordinate.

Callers

nothing calls this directly

Calls 1

moveMethod · 0.95

Tested by

no test coverage detected