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

Method register_destroy_callback

src/world/unit_manager.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void UnitManager::register_destroy_callback(UnitDestroyCallback *udc)
61{
62 list::add(udc->node, _callbacks.node);
63}
64
65void UnitManager::unregister_destroy_callback(UnitDestroyCallback *udc)
66{

Callers 6

WorldMethod · 0.80
ScriptWorldMethod · 0.80
PhysicsWorldImplMethod · 0.80
AnimationStateMachineMethod · 0.80
SceneGraphMethod · 0.80
RenderWorldMethod · 0.80

Calls 1

addFunction · 0.70

Tested by

no test coverage detected