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

Method ContainerCallBackTest

samples/sample3/Sample3Module.cpp:211–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void Sample3Module::ContainerCallBackTest()
212{
213 std::cout << GET_CLASS_NAME(Sample3Module) << ", ContainerTest" << std::endl;
214
215 m_pKernelModule->AddContainerCallBack(
216 AFEntityMetaPlayer::self_name(), BAG, this, &Sample3Module::OnContainerCallBackEvent);
217
218 CreateEntityTest();
219}
220
221void Sample3Module::EventTest()
222{

Callers

nothing calls this directly

Calls 1

AddContainerCallBackMethod · 0.45

Tested by

no test coverage detected