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

Method SetAggression

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

Source from the content-addressed store, hash-verified

116 }
117
118 void SetAggression(const int16& pMin, const int16& pMax) {
119 mAggression.setMin(pMin);
120 mAggression.setMax(pMax);
121 }
122
123 void SetMinAggression(const int16& pMin) {
124 mAggression.setMin(pMin);

Callers

nothing calls this directly

Calls 2

setMinMethod · 0.80
setMaxMethod · 0.80

Tested by

no test coverage detected