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

Method GetLocalPlayerName

engine/Poseidon/Network/NetworkMisc.cpp:2251–2258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2249bool NetworkManager::CanVoteMission() const
2250{
2251 if (_client)
2252 {
2253 return _client->CanVoteMission();
2254 }
2255 return false;
2256}
2257
2258const AutoArray<RString>& NetworkManager::GetServerMissions() const
2259{
2260 NET_ERROR(_client);
2261 return _client->GetServerMissions();

Callers 1

GetLocalPlayerNameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected