MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / showStatus

Method showStatus

source/frontend/StarAiInterface.cpp:215–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void AiInterface::showStatus() {
216 m_currentPage = AiPages::StatusPage;
217 setCurrentSpeech("shipStatusText", m_aiDatabase->shipStatus(m_client->clientContext()->shipUpgrades().shipLevel));
218 m_mainStack->showPage(0);
219
220 updateBreadcrumbs();
221}
222
223void AiInterface::showMissions() {
224 m_currentPage = AiPages::MissionList;

Callers

nothing calls this directly

Calls 4

shipStatusMethod · 0.80
showPageMethod · 0.80
shipUpgradesMethod · 0.45
clientContextMethod · 0.45

Tested by

no test coverage detected