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

Method EventTest

samples/sample3/Sample3Module.cpp:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void Sample3Module::EventTest()
222{
223 std::cout << GET_CLASS_NAME(Sample3Module) << ", TableTest" << std::endl;
224
225 auto pEntity = CreateAnPlayerAndInit();
226 ARK_ASSERT_RET_NONE(pEntity != nullptr);
227}
228
229//-----------------------------inner interface--------------------------------------------
230std::shared_ptr<ark::AFIEntity> Sample3Module::CreateAnPlayerAndInit()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected