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

Method Load

src/game/client/components/community_icons.cpp:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void CCommunityIcons::Load()
132{
133 m_vCommunityIcons.clear();
134 Storage()->ListDirectory(IStorage::TYPE_ALL, "communityicons", FileScan, this);
135}
136
137void CCommunityIcons::Shutdown()
138{

Callers

nothing calls this directly

Calls 2

StorageFunction · 0.85
ListDirectoryMethod · 0.80

Tested by

no test coverage detected