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

Method Install

src/plugin/bus/src/AFBusPlugin.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27ARK_DECLARE_PLUGIN_DLL_FUNCTION(AFBusPlugin)
28
29void AFBusPlugin::Install()
30{
31 ARK_REGISTER_MODULE(AFIBusModule, AFCBusModule);
32 ARK_REGISTER_MODULE(AFIMsgModule, AFCMsgModule);
33}
34
35void AFBusPlugin::Uninstall()
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected