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

Method DestroySelf

src/plugin/kernel/src/AFCKernelModule.cpp:361–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361bool AFCKernelModule::DestroySelf(const AFGUID& self)
362{
363 delete_list_.push_back(self);
364 return true;
365}
366
367bool AFCKernelModule::InnerDestroyEntity(std::shared_ptr<AFIEntity> pEntity)
368{

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected