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

Method IsInRegistry

trinity/Eve/EveEntity.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52bool EveEntity::IsInRegistry() const
53{
54 return m_registry != nullptr;
55}
56
57/// Registers the entity to an component registry.
58/// If the entity has been registered with another registry, then we first unregister the entity

Callers 2

StopMethod · 0.80
UpdateSyncronousMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected