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

Method GetMissionHeader

engine/Poseidon/Network/NetworkMisc.cpp:1530–1544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1528 {
1529 _server->SetGameState(state);
1530 }
1531}
1532
1533bool NetworkManager::IsGameMaster() const
1534{
1535 if (_client)
1536 {
1537 return _client->IsGameMaster();
1538 }
1539 else
1540 {
1541 return false;
1542 }
1543}
1544
1545bool NetworkManager::IsAdmin() const
1546{
1547 if (_client)

Callers 13

AddMPScoreMethod · 0.45
OnVehicleDestroyedMethod · 0.45
AnswerNetworkQueryFunction · 0.45
InitMethod · 0.45
UpdateMethod · 0.45
UpdatePlayersMethod · 0.45
OnLButtonUpMethod · 0.45
DrawTooltipMethod · 0.45
DrawItemMethod · 0.45
OnButtonClickedMethod · 0.45
OnLBSelChangedMethod · 0.45
MissionNameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected