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

Method GetNextIsSloped

src/openrct2/entity/Peep.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 bool Peep::GetNextIsSloped() const
139 {
140 return NextFlags & PEEP_NEXT_FLAG_IS_SLOPED;
141 }
142
143 bool Peep::GetNextIsSurface() const
144 {

Callers 2

removePeepsMethod · 0.80
onDrawDebugMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected