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

Method Load

src/openrct2/object/EntranceObject.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 void EntranceObject::Load()
33 {
34 GetStringTable().Sort();
35 _legacyType.string_idx = LanguageAllocateObjectString(GetName());
36 _legacyType.image_id = LoadImages();
37 }
38
39 void EntranceObject::Unload()
40 {

Callers

nothing calls this directly

Calls 3

GetNameFunction · 0.50
SortMethod · 0.45

Tested by

no test coverage detected