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

Method getPhase

Source/ScriptingEngine.cpp:370–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370std::shared_ptr<cPhase> cScriptingEngine::getPhase() {
371 return g_Fodder->mGame_Data.mPhase_Current;
372}
373std::shared_ptr<cMission> cScriptingEngine::getMission() {
374 return g_Fodder->mGame_Data.mMission_Current;
375}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected