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

Method DoEvent

src/plugin/kernel/src/AFCKernelModule.cpp:1207–1211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1205}
1206
1207bool AFCKernelModule::DoEvent(
1208 const AFGUID& self, const std::string& class_name, ArkEntityEvent class_event, const AFIDataList& args)
1209{
1210 return m_pClassModule->DoClassEvent(self, class_name, class_event, args);
1211}
1212
1213bool AFCKernelModule::DoEvent(const AFGUID& self, const int event_id, const AFIDataList& args)
1214{

Callers 1

ProcessLeaveGroupMethod · 0.45

Calls 1

DoClassEventMethod · 0.80

Tested by

no test coverage detected