Home
last modified time | relevance | path

Searched refs:CanGrassGrow (Results 1 – 5 of 5) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DSurface.cpp62 bool SurfaceElement::CanGrassGrow() const in CanGrassGrow() function in SurfaceElement
119 if (!CanGrassGrow()) in UpdateGrassLength()
H A DTileElement.h241 bool CanGrassGrow() const;
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DSurfaceSetStyleAction.cpp232 …if (surfaceElement->CanGrassGrow() && (surfaceElement->GetGrassLength() & 7) != GRASS_LENGTH_CLEAR… in Execute()
H A DSetCheatAction.cpp369 && surfaceElement->GetWaterHeight() == 0 && surfaceElement->CanGrassGrow()) in SetGrassLength()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DStaff.cpp549 …if (surfaceElement->CanGrassGrow() && (surfaceElement->GetGrassLength() & 0x7) >= GRASS_LENGTH_CLE… in HandymanDirectionToUncutGrass()
1197 if (surfaceElement != nullptr && surfaceElement->CanGrassGrow()) in UpdateMowing()
1755 if (surfaceElement != nullptr && surfaceElement->CanGrassGrow()) in UpdatePatrollingFindGrass()