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

Method IsEnd

Engine/source/EtFramework/ECS/ComponentView.cpp:62–65  ·  view source on GitHub ↗

---------------------- ComponentView::IsEnd Whether we are upon the last entity in the range

Source from the content-addressed store, hash-verified

60// Whether we are upon the last entity in the range
61//
62bool ComponentView::IsEnd() const
63{
64 return (m_Current >= m_Range->m_Count);
65}
66
67//----------------------------
68// ComponentView::GetTypeList

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected