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

Method GetCurrentEntity

Engine/source/EtFramework/ECS/ComponentView.cpp:92–95  ·  view source on GitHub ↗

--------------------- ComponentView::Next Increment component pointers

Source from the content-addressed store, hash-verified

90// Increment component pointers
91//
92T_EntityId ComponentView::GetCurrentEntity() const
93{
94 return m_Range->m_Archetype->GetEntity(m_Current);
95}
96
97//---------------------
98// ComponentView::Next

Callers 4

ProcessMethod · 0.80
ProcessMethod · 0.80
ProcessMethod · 0.80
ProcessMethod · 0.80

Calls 1

GetEntityMethod · 0.80

Tested by 4

ProcessMethod · 0.64
ProcessMethod · 0.64
ProcessMethod · 0.64
ProcessMethod · 0.64