Home
last modified time | relevance | path

Searched defs:GetDisplayProfitThisYear (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dvehicle_gui_base.h45 Money GetDisplayProfitThisYear() const in GetDisplayProfitThisYear() function
H A Dvehicle_base.h579 Money GetDisplayProfitThisYear() const { return (this->profit_this_year >> 8); } in GetDisplayProfitThisYear() function