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

Method setMapPosition

src/OpenLoco/src/Paint/Paint.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 _spritePositionY = pos.y;
53 }
54 void PaintSession::setMapPosition(const World::Pos2& pos)
55 {
56 _mapPosition = pos;
57 }
58 void PaintSession::setUnkPosition(const World::Pos2& pos)
59 {
60 _unkPositionX = pos.x;

Callers 1

paintTileElementsSetupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected