-------------------------------------- EcsController::UnregisterEntityEvent Not required to be called unless the event is a member function that gets deleted before the ecs controller does
| 421 | // Not required to be called unless the event is a member function that gets deleted before the ecs controller does |
| 422 | // |
| 423 | void EcsController::UnregisterEntityEvent(T_EntityEventId& callbackId) |
| 424 | { |
| 425 | m_EntityEvents.Unregister(callbackId); |
| 426 | } |
| 427 | |
| 428 | |
| 429 | // system managment |
nothing calls this directly
no outgoing calls
no test coverage detected