| 397 | |
| 398 | |
| 399 | void cScriptingEngine::mapSave() { |
| 400 | |
| 401 | if (getPhase()->GetMapFilename().size() == 0) { |
| 402 | getPhase()->SetMapFilename("random"); |
| 403 | } |
| 404 | |
| 405 | g_Fodder->mMapLoaded->save(getCampaign()->GetPathToFile(getPhase()->GetMapFilename()), true); |
| 406 | } |
| 407 | |
| 408 | bool cScriptingEngine::scriptCall(const std::string& pFilename) { |
| 409 |
nothing calls this directly
no test coverage detected