Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
HasObjectsThatUseFallbackImages
Method · 0.85
ConsoleCommandCountObjects
Function · 0.85
GetLoadedObjects
Method · 0.85
UnloadAll
Method · 0.85
UnloadObjectsExcept
Method · 0.85
GetRequiredObjects
Method · 0.85
LoadObjects
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected