MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / SetOfflineMode

Method SetOfflineMode

NetStream/source/menus/menu_first.cpp:148–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void menu::First::SetOfflineMode()
149{
150 if (!m_rootList)
151 {
152 return;
153 }
154
155 m_rootList->DeleteCell(0, 0, m_rootList->GetCellNum(0) - 1);
156}

Callers 1

RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected