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

Method Load

src/openrct2/object/BannerObject.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 void BannerObject::Load()
56 {
57 GetStringTable().Sort();
58 _legacyType.name = LanguageAllocateObjectString(GetName());
59 _legacyType.image = LoadImages();
60 }
61
62 void BannerObject::Unload()
63 {

Callers

nothing calls this directly

Calls 3

GetNameFunction · 0.50
SortMethod · 0.45

Tested by

no test coverage detected