MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / GetEventManager

Method GetEventManager

src/plugin/kernel/src/AFCEntity.cpp:660–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658}
659
660std::shared_ptr<AFIEventManager> AFCEntity::GetEventManager() const
661{
662 return m_pEventManager;
663}
664
665std::shared_ptr<AFClassMeta> AFCEntity::GetClassMeta() const
666{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected