MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnNetPane

Method OnNetPane

editor/MainFrm.cpp:1690–1700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1688}
1689
1690void CMainFrame::OnNetPane(CCmdUI *pCmdUI) {
1691 CString strSegSide;
1692
1693 pCmdUI->Enable();
1694 if (Network_up)
1695 strSegSide.Format("NET");
1696 else
1697 strSegSide.Format("NoNet");
1698
1699 pCmdUI->SetText(strSegSide);
1700}
1701
1702// ---------------------------------------------------------------------------
1703// Menu items

Callers

nothing calls this directly

Calls 2

EnableMethod · 0.45
SetTextMethod · 0.45

Tested by

no test coverage detected