| 364 | } |
| 365 | |
| 366 | std::shared_ptr<cRandomMap> cScriptingEngine::getMap() { |
| 367 | return std::dynamic_pointer_cast<cRandomMap>(g_Fodder->mMapLoaded); |
| 368 | } |
| 369 | |
| 370 | std::shared_ptr<cPhase> cScriptingEngine::getPhase() { |
| 371 | return g_Fodder->mGame_Data.mPhase_Current; |
nothing calls this directly
no outgoing calls
no test coverage detected