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

Function getTransientObjectTypes

src/openrct2/object/ObjectTypes.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 std::span<const ObjectType> getTransientObjectTypes()
79 {
80 return kTransientObjectTypes;
81 }
82
83 std::span<const ObjectType> getIntransientObjectTypes()
84 {

Callers 3

SetupInUseSelectionFlagsFunction · 0.85
ReadWriteObjectsChunkMethod · 0.85
ResearchRidesSetupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected