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

Method SetMinAggression

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

Source from the content-addressed store, hash-verified

121 }
122
123 void SetMinAggression(const int16& pMin) {
124 mAggression.setMin(pMin);
125 }
126
127 void SetMaxAggression(const int16& pMax) {
128 mAggression.setMax(pMax);

Callers

nothing calls this directly

Calls 1

setMinMethod · 0.80

Tested by

no test coverage detected