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

Method RegNetEventCallback

src/plugin/net/src/AFCNetClientService.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77bool AFCNetClientService::RegNetEventCallback(const NET_EVENT_FUNCTOR&& cb)
78{
79 net_event_callbacks_.push_back(std::forward<const NET_EVENT_FUNCTOR>(cb));
80 return true;
81}
82
83void AFCNetClientService::ProcessUpdate()
84{

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected