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

Method Storage

src/game/editor/map_object.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61const IStorage *CMapObject::Storage() const
62{
63 return m_pMap->Editor()->Storage();
64}
65
66IStorage *CMapObject::Storage()
67{

Callers 10

CallbackSaveImageMethod · 0.45
CallbackSaveSoundMethod · 0.45
AddSoundMethod · 0.45
PopupMenuSettingsMethod · 0.45
PopupImageMethod · 0.45
PopupSoundMethod · 0.45
RenderMethod · 0.45
SaveMethod · 0.45
LoadMethod · 0.45
PerformAutosaveMethod · 0.45

Calls 1

EditorMethod · 0.45

Tested by

no test coverage detected