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

Method AddMoveEvent

src/plugin/kernel/src/AFClassCallBackManager.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103bool AFClassCallBackManager::AddMoveEvent(MOVE_EVENT_FUNCTOR&& cb, const int32_t prio)
104{
105 move_events_.insert(std::make_pair(prio, std::forward<MOVE_EVENT_FUNCTOR>(cb)));
106 return true;
107}
108
109bool AFClassCallBackManager::OnClassEvent(
110 const AFGUID& id, const std::string& class_name, const ArkEntityEvent eClassEvent, const AFIDataList& valueList)

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected