MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / GetParent

Method GetParent

src/station_gui.cpp:985–985  ·  view source on GitHub ↗

* Get the parent entry for this entry. */

Source from the content-addressed store, hash-verified

983 * Get the parent entry for this entry.
984 */
985 CargoDataEntry *GetParent() const { return this->parent; }
986
987 /**
988 * Get the number of children for this entry.

Callers 2

SetDisplayedRowMethod · 0.45
SearchNonStopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected