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

Method GetQueueImage

src/openrct2/object/FootpathEntry.h:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 uint8_t scrolling_mode; // 0x0C
34
35 constexpr uint32_t GetQueueImage() const
36 {
37 return image + 51;
38 }
39 constexpr uint32_t GetPreviewImage() const
40 {
41 return image + 71;

Callers 2

LoadMethod · 0.80
onDrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected