MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / sugoiS_destroy

Function sugoiS_destroy

modules/engine/runtime/src/ecs/storage.cpp:839–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837}
838
839void sugoiS_destroy(sugoi_storage_t* storage, const sugoi_chunk_view_t* view)
840{
841 storage->destroy(*view);
842}
843
844void sugoiS_destroy_entities(sugoi_storage_t* storage, const sugoi_entity_t* ents, EIndex n)
845{

Callers 8

bind_ecsFunction · 0.85
skr_render_effect_detachFunction · 0.85
create_test_sceneFunction · 0.85
DestroyEntityMethod · 0.85
ClearDeadBallMethod · 0.85
ClearDeadZombieMethod · 0.85
main.cppFile · 0.85

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected