MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / GetDestination

Method GetDestination

src/openrct2/entity/Peep.cpp:2697–2700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2695 }
2696
2697 CoordsXY Peep::GetDestination() const
2698 {
2699 return CoordsXY{ DestinationX, DestinationY };
2700 }
2701
2702 void Peep::serialise(DataSerialiser& stream)
2703 {

Callers 2

destination_getMethod · 0.80
PeepInteractWithEntranceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected