Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ setMin
Method
setMin
Source/Campaign.hpp:56–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
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
};
Callers
2
SetAggression
Method · 0.80
SetMinAggression
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected