| 368 | } |
| 369 | |
| 370 | std::shared_ptr<cPhase> cScriptingEngine::getPhase() { |
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected