----------------------------- EcsCommandBuffer::AddEntity
| 46 | // EcsCommandBuffer::AddEntity |
| 47 | // |
| 48 | T_EntityId EcsCommandBuffer::AddEntity() |
| 49 | { |
| 50 | return m_Controller->AddEntity(); |
| 51 | } |
| 52 | |
| 53 | //---------------------------------- |
| 54 | // EcsCommandBuffer::AddEntityChild |
nothing calls this directly
no outgoing calls
no test coverage detected