Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2045
bool TrackDesignSceneryElement::isQueue() const
2046
{
2047
return (flags & kIsQueueMask) != 0;
2048
}
2049
2050
void TrackDesignSceneryElement::setIsQueue(bool on)
2051
{
Callers
2
TrackDesignPlaceSceneryElementGetEntry
Function · 0.80
TrackDesignPlaceSceneryElement
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected