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

Method GetType

src/openrct2/object/Object.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 ObjectType ObjectEntryDescriptor::GetType() const
80 {
81 return Generation == ObjectGeneration::JSON ? Type : Entry.GetType();
82 }
83
84 std::string_view ObjectEntryDescriptor::GetName() const
85 {

Callers 15

SerialiseCommandMethod · 0.45
ReadWriteObjectsChunkMethod · 0.45
ServerSendGameActionMethod · 0.45
encodeMethod · 0.45
GameActionResultToJSMethod · 0.45
RunGameActionHooksMethod · 0.45
exportSceneryElementsMethod · 0.45
importSceneryElementsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected