MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / UpdateObject

Method UpdateObject

engine/Poseidon/Network/NetworkMisc.cpp:1998–2004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1996}
1997
1998void NetworkManager::AskForJoin(AIGroup* join, AIGroup* group)
1999{
2000 if (_client)
2001 {
2002 _client->AskForJoin(join, group);
2003 }
2004}
2005
2006void NetworkManager::AskForJoin(AIGroup* join, OLinkArray<AIUnit>& units)
2007{

Callers 15

ProcessGroupRespawnFunction · 0.45
KilledByMethod · 0.45
ProcessJoinGroupsFunction · 0.45
SendAnswerMethod · 0.45
DeleteVehicleFunction · 0.45
CenterSetFriendFunction · 0.45
AUTO_STATIC_ARRAYFunction · 0.45
WaypointAddFunction · 0.45
WaypointDeleteFunction · 0.45
WaypointSetPositionFunction · 0.45
WaypointSetTypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected