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

Method setMax

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

Source from the content-addressed store, hash-verified

56 void setMin(const int16& pMin) { mMin = pMin; }
57 int16 getMax() const { return mMax; }
58 void setMax(const int16& pMax) { mMax = pMax; }
59};
60
61class cPhase {

Callers 2

SetAggressionMethod · 0.80
SetMaxAggressionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected