MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / getMission

Method getMission

Source/ScriptingEngine.cpp:373–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 return g_Fodder->mGame_Data.mPhase_Current;
372}
373std::shared_ptr<cMission> cScriptingEngine::getMission() {
374 return g_Fodder->mGame_Data.mMission_Current;
375}
376
377void cScriptingEngine::guiPrintString(const std::string& pText, const size_t pX, const size_t pY, const bool pLarge, const bool pUnderline) {
378 g_Fodder->mWindow->SetScreenSize(g_Fodder->mVersionCurrent->GetScreenSize());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected