Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ getAverage
Method
getAverage
Source/Campaign.hpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
int16 mMax;
40
41
int16 getAverage() const {
42
43
return (mMin + mMax) / 2;
44
}
45
46
sAggression() {
47
mMin = 4;
Callers
1
Sprite_Aggression_Set
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected