MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / UnregisterGreatSuccess

Method UnregisterGreatSuccess

src/Ext/Script/Body.cpp:688–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688void ScriptExt::UnregisterGreatSuccess(TeamClass* pTeam)
689{
690 pTeam->AchievedGreatSuccess = false;
691 pTeam->StepCompleted = true;
692}
693
694void ScriptExt::SetMoveMissionEndMode(TeamClass* pTeam, int mode)
695{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected