Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
void UnitManager::register_destroy_callback(UnitDestroyCallback *udc)
61
{
62
list::add(udc->node, _callbacks.node);
63
}
64
65
void UnitManager::unregister_destroy_callback(UnitDestroyCallback *udc)
66
{
Callers
6
World
Method · 0.80
ScriptWorld
Method · 0.80
PhysicsWorldImpl
Method · 0.80
AnimationStateMachine
Method · 0.80
SceneGraph
Method · 0.80
RenderWorld
Method · 0.80
Calls
1
add
Function · 0.70
Tested by
no test coverage detected