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

Function unit_destroyed_callback_bridge

src/world/script_world.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 static void unit_destroyed_callback_bridge(UnitId unit, void *user_ptr)
35 {
36 unit_destroyed_callback(*((ScriptWorld *)user_ptr), unit);
37 }
38} // script_world_internal
39
40namespace script_world

Callers

nothing calls this directly

Calls 1

unit_destroyed_callbackFunction · 0.85

Tested by

no test coverage detected