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

Method GetStaticEntity

src/plugin/kernel/src/AFCKernelModule.cpp:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306std::shared_ptr<AFIStaticEntity> AFCKernelModule::GetStaticEntity(const ID_TYPE config_id)
307{
308 return m_pConfigModule->FindStaticEntity(config_id);
309}
310
311std::shared_ptr<AFIEntity> AFCKernelModule::GetEntity(const AFGUID& self)
312{

Callers

nothing calls this directly

Calls 1

FindStaticEntityMethod · 0.80

Tested by

no test coverage detected