| 136 | } |
| 137 | |
| 138 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected