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

Method Shut

samples/sample3/Sample3Module.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80bool Sample3Module::Shut()
81{
82 std::cout << GET_CLASS_NAME(Sample3Module) << ", Shut" << std::endl;
83 return true;
84}
85
86// create object test
87void Sample3Module::CreateEntityTest()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected