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

Method SetGoal

Source/Campaign.hpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 void SetGoal(ePhaseObjective pGoal, int pValue) {
95 if (pValue)
96 AddGoal(pGoal);
97 else
98 RemoveGoal(pGoal);
99 }
100
101 void AddGoal(ePhaseObjective pGoal) {
102

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected