MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / setUnkPosition

Method setUnkPosition

src/OpenLoco/src/Paint/Paint.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 _mapPosition = pos;
57 }
58 void PaintSession::setUnkPosition(const World::Pos2& pos)
59 {
60 _unkPositionX = pos.x;
61 _unkPositionY = pos.y;
62 }
63 void PaintSession::setVpPosition(const Ui::Point& pos)
64 {
65 _vpPositionX = pos.x;

Callers 1

paintTileElementsSetupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected