| 371 | return g_Fodder->mGame_Data.mPhase_Current; |
| 372 | } |
| 373 | std::shared_ptr<cMission> cScriptingEngine::getMission() { |
| 374 | return g_Fodder->mGame_Data.mMission_Current; |
| 375 | } |
| 376 | |
| 377 | void 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()); |
nothing calls this directly
no outgoing calls
no test coverage detected