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

Method getMax

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected