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

Method IsGameMaster

engine/Poseidon/Network/NetworkMisc.cpp:1465–1475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1463}
1464
1465void NetworkManager::Ban(int dpnid)
1466{
1467 if (_server)
1468 {
1469 _server->Ban(dpnid);
1470 }
1471}
1472
1473void NetworkManager::LockSession(bool lock)
1474{
1475 if (_server)
1476 {
1477 _server->LockSession(lock);
1478 }

Callers 11

HasAdminLoggedInMethod · 0.45
UpdateMethod · 0.45
CanDragMethod · 0.45
UpdatePlayerInfoMethod · 0.45
OnButtonClickedMethod · 0.45
OnButtonClickedMethod · 0.45
OnChildDestroyedMethod · 0.45
DisplayDebriefingMethod · 0.45
OnButtonClickedMethod · 0.45
OnSimulateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected