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

Method DestroyTest

samples/sample3/Sample3Module.cpp:150–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void Sample3Module::DestroyTest()
151{
152 ARK_LOG_DEBUG("DestroyTest Start...");
153
154 size_t count = 1;
155 for (size_t i = 0; i < count; i++)
156 {
157 auto pEntity = CreateAnPlayerAndInit();
158 m_pKernelModule->DestroyEntity(pEntity->GetID());
159 }
160
161 ARK_LOG_DEBUG("DestroyTest End...");
162}
163
164void Sample3Module::CalssCallBackTest()
165{

Callers

nothing calls this directly

Calls 1

DestroyEntityMethod · 0.80

Tested by

no test coverage detected