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

Method UnassignPlayer

engine/Poseidon/Network/NetworkMisc.cpp:1642–1648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1640 if (_client)
1641 {
1642 return _client->GetPlayerRole(role);
1643 }
1644 else
1645 {
1646 return nullptr;
1647 }
1648}
1649
1650const PlayerRole* NetworkManager::GetMyPlayerRole() const
1651{

Callers

nothing calls this directly

Calls 1

AssignPlayerMethod · 0.45

Tested by

no test coverage detected