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

Method Install

src/plugin/kernel/src/AFKernelPlugin.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29ARK_DECLARE_PLUGIN_DLL_FUNCTION(AFKernelPlugin)
30
31void AFKernelPlugin::Install()
32{
33 ARK_REGISTER_MODULE(AFIClassMetaModule, AFCClassMetaModule);
34 ARK_REGISTER_MODULE(AFIConfigModule, AFCConfigModule);
35 ARK_REGISTER_MODULE(AFIKernelModule, AFCKernelModule);
36 ARK_REGISTER_MODULE(AFIMapModule, AFCMapModule);
37}
38
39void AFKernelPlugin::Uninstall()
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected