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

Method Shut

samples/sample2/Sample2Module.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84bool Sample2Module::Shut()
85{
86 std::cout << GET_CLASS_NAME(Sample2Module) << ", Shut" << std::endl;
87 return true;
88}
89
90} // namespace ark

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected