Home
last modified time | relevance | path

Searched refs:GetNextIsSloped (Results 1 – 6 of 6) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DPeep.h387 bool GetNextIsSloped() const;
H A DPeep.cpp135 bool Peep::GetNextIsSloped() const in GetNextIsSloped() function in Peep
935 if (IsActionWalking() && GetNextIsSloped()) in Update()
2452 return NextLoc.z + map_height_from_slope({ tile_x, tile_y }, slope, GetNextIsSloped()); in GetZOnSlope()
H A DStaff.cpp520 if (GetNextIsSloped()) in HandymanDirectionToUncutGrass()
H A DGuest.cpp5353 if (GetNextIsSurface() || GetNextIsSloped()) in UpdateWalking()
5863 if (!GetNextIsSurface() && !GetNextIsSloped()) in ShouldFindBench()
5875 return !GetNextIsSurface() && !GetNextIsSloped(); in ShouldFindBench()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DRideConstruction.cpp293 if (peep->GetNextIsSloped()) in ride_remove_peeps()
323 if (peep->GetNextIsSloped()) in ride_remove_peeps()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DGuest.cpp2094 if (peep->GetNextIsSloped()) in window_guest_debug_paint()