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

Function getAllObjectTypes

src/openrct2/object/ObjectTypes.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 std::span<const ObjectType> getAllObjectTypes()
74 {
75 return kAllObjectTypes;
76 }
77
78 std::span<const ObjectType> getTransientObjectTypes()
79 {

Callers 7

GetLoadedObjectsMethod · 0.85
UnloadAllMethod · 0.85
UnloadObjectsExceptMethod · 0.85
GetRequiredObjectsMethod · 0.85
LoadObjectsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected