-------------------------- EcsController::AddEntity Add an entity without components to the system
| 55 | // Add an entity without components to the system |
| 56 | // |
| 57 | T_EntityId EcsController::AddEntity() |
| 58 | { |
| 59 | return AddEntityChild(INVALID_ENTITY_ID); |
| 60 | } |
| 61 | |
| 62 | //------------------------------- |
| 63 | // EcsController::AddEntityChild |
no outgoing calls
no test coverage detected