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

Method GetPlayerRole

engine/Poseidon/Network/NetworkMisc.cpp:1570–1580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1568}
1569
1570ConnectionQuality NetworkManager::GetConnectionQuality() const
1571{
1572 if (_client)
1573 {
1574 return _client->GetConnectionQuality();
1575 }
1576 else
1577 {
1578 return CQGood;
1579 }
1580}
1581
1582void NetworkManager::GetParams(float& param1, float& param2) const
1583{

Callers 15

ClearMethod · 0.45
BeginArcadeMethod · 0.45
AnswerNetworkQueryFunction · 0.45
SideExistFunction · 0.45
GetPlayerStateFunction · 0.45
UpdateMethod · 0.45
OnSimulateMethod · 0.45
UpdatePlayersMethod · 0.45
FindRoleForAssignFunction · 0.45
SideExistFunction · 0.45
GetPlayerStateFunction · 0.45
OnDrawMethod · 0.45

Calls

no outgoing calls

Tested by 1

FindTriMpAssignRoleFunction · 0.36