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

Method OnBrocastmsg

src/server/proxy/src/AFCProxyNetModule.cpp:138–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void AFCProxyNetModule::OnBrocastmsg(const AFNetMsg* msg, const int64_t session_id)
139{
140 // ARK_PROCESS_MSG(xHead, s g, nLen, AFMsg::BrocastMsg);
141
142 // for (int i = 0; i < xMsg.target_entity_list_size(); i++)
143 //{
144 // const AFMsg::PBGUID& xPlayerClientID = xMsg.target_entity_list(i);
145 // m_pProxyServerNet_ServerModule->SendToPlayerClient(xMsg.msg_id(), xMsg.msg_data().c_str(),
146 // xMsg.msg_data().size(), AFIMsgModule::PBToGUID(xPlayerC ientID), nPlayerID);
147}
148
149} // namespace ark

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected