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

Method FindStaticEntity

src/plugin/kernel/src/AFCConfigModule.cpp:137–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137std::shared_ptr<AFIStaticEntity> AFCConfigModule::FindStaticEntity(const ID_TYPE config_id)
138{
139 ARK_ASSERT_RET_VAL(m_pStaticEntityManager != nullptr, nullptr);
140
141 return m_pStaticEntityManager->FindObject(config_id);
142}
143
144} // namespace ark

Callers 1

GetStaticEntityMethod · 0.80

Calls 1

FindObjectMethod · 0.80

Tested by

no test coverage detected