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

Method AssignPlayer

engine/Poseidon/Network/NetworkMisc.cpp:1634–1640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1632 else
1633 {
1634 return 0;
1635 }
1636}
1637
1638const PlayerRole* NetworkManager::GetPlayerRole(int role) const
1639{
1640 if (_client)
1641 {
1642 return _client->GetPlayerRole(role);
1643 }

Callers 8

UnassignPlayerMethod · 0.45
OnLBDropMethod · 0.45
OnLButtonUpMethod · 0.45
OnButtonClickedMethod · 0.45
OnLBSelChangedMethod · 0.45
OnSimulateMethod · 0.45
TriMpAssignSelfFunction · 0.45
TriMpAssignSelfSlotFunction · 0.45

Calls

no outgoing calls

Tested by 2

TriMpAssignSelfFunction · 0.36
TriMpAssignSelfSlotFunction · 0.36