MCPcopy Create free account
hub / github.com/Illation/ETEngine / AddEntity

Method AddEntity

Engine/source/EtFramework/ECS/EcsController.cpp:57–60  ·  view source on GitHub ↗

-------------------------- EcsController::AddEntity Add an entity without components to the system

Source from the content-addressed store, hash-verified

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

Callers 3

AddEntityBatchedMethod · 0.45
MoveArchetypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected