MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetComponentRegistry

Method GetComponentRegistry

trinity/Eve/EveEntity.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105EveComponentRegistry* EveEntity::GetComponentRegistry() const
106{
107 return m_registry;
108}
109
110std::optional<uint32_t> EveEntity::GetComponentIndex( uint32_t componentBit ) const
111{

Callers 15

OnListModifiedMethod · 0.80
RegisterComponentsMethod · 0.80
RegisterComponentsMethod · 0.80
RegisterComponentsMethod · 0.80
UnRegisterComponentsMethod · 0.80
OnListModifiedMethod · 0.80
RegisterComponentsMethod · 0.80
UnRegisterComponentsMethod · 0.80
RegisterComponentsMethod · 0.80
UnRegisterComponentsMethod · 0.80
RegisterComponentsMethod · 0.80
UnRegisterComponentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected