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

Function sugoiS_instantiate

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

Source from the content-addressed store, hash-verified

822}
823
824void sugoiS_instantiate(sugoi_storage_t* storage, sugoi_entity_t prefab, EIndex count, sugoi_view_callback_t callback, void* u)
825{
826 storage->instantiate(prefab, count, callback, u);
827}
828
829void sugoiS_instantiate_delta(sugoi_storage_t* storage, sugoi_entity_t prefab, EIndex count, const sugoi_delta_type_t* delta, sugoi_view_callback_t callback, void* u)
830{

Callers 1

main.cppFile · 0.85

Calls 1

instantiateMethod · 0.45

Tested by

no test coverage detected