Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ Briefing_Get_Phase_Name
Method
Briefing_Get_Phase_Name
Source/Fodder.cpp:4104–4109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4102
}
4103
4104
std::string cFodder::Briefing_Get_Phase_Name() {
4105
if (mGame_Data.mMission_Number == 0)
4106
return
""
;
4107
4108
return mGame_Data.mMission_Current->GetName();
4109
}
4110
4111
/**
4112
* Draw the Mission Name or the Map Name
Callers
nothing calls this directly
Calls
1
GetName
Method · 0.45
Tested by
no test coverage detected