MCPcopy Create free account
hub / github.com/crownengine/crown / destroy

Function destroy

src/world/level.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 void destroy(Allocator &a, Level *level)
51 {
52 CE_DELETE(a, level);
53 }
54
55} // namespace level
56

Callers 9

~WorldMethod · 0.70
destroy_levelMethod · 0.70
updateMethod · 0.70
offlineMethod · 0.70
offlineMethod · 0.70
offlineFunction · 0.50
offlineFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected