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

Method isQueue

src/openrct2/ride/TrackDesign.cpp:2045–2048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2043}
2044
2045bool TrackDesignSceneryElement::isQueue() const
2046{
2047 return (flags & kIsQueueMask) != 0;
2048}
2049
2050void TrackDesignSceneryElement::setIsQueue(bool on)
2051{

Calls

no outgoing calls

Tested by

no test coverage detected