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

Method Install

src/plugin/utility/src/AFUtilityPlugin.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28ARK_DECLARE_PLUGIN_DLL_FUNCTION(AFUtilityPlugin)
29
30void AFUtilityPlugin::Install()
31{
32 ARK_REGISTER_MODULE(AFIGUIDModule, AFCGUIDModule);
33 ARK_REGISTER_MODULE(AFITimerModule, AFCTimerModule);
34 ARK_REGISTER_MODULE(AFIScheduleModule, AFCScheduleModule);
35}
36
37void AFUtilityPlugin::Uninstall()
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected