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

Function setPosition

src/OpenLoco/src/GameCommands/GameCommands.cpp:549–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547 }
548
549 void setPosition(const World::Pos3& pos)
550 {
551 _gGameCommandPosition = pos;
552 }
553
554 void setErrorSound(bool state)
555 {

Callers 15

adjustWaterHeightFunction · 0.85
lowerRaiseLandMountainFunction · 0.85
raiseLandFunction · 0.85
lowerLandFunction · 0.85
lowerWaterFunction · 0.85
removeWallFunction · 0.85
createWallFunction · 0.85
removeTreeFunction · 0.85
createTreeFunction · 0.85
changeLandMaterialFunction · 0.85
clearLandFunction · 0.85
createBuildingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected