Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ getRangeInMetres
Method
getRangeInMetres
game/state/rules/aequipmenttype.cpp:137–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
int AEquipmentType::getRangeInTiles() const { return range / (int)VELOCITY_SCALE_BATTLE.x; }
136
137
int AEquipmentType::getRangeInMetres() const { return range / 16; }
138
} // namespace OpenApoc
Callers
1
setFormStats
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected