Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ getRange
Method
getRange
src/Savegame/CraftWeaponProjectile.cpp:243–246 ·
view source on GitHub ↗
* Returns maximum range of projectile. */
Source
from the content-addressed store, hash-verified
241
* Returns maximum range of projectile.
242
*/
243
int CraftWeaponProjectile::getRange() const
244
{
245
return _range;
246
}
247
248
/*
249
* Sets the speed of the projectile.
Callers
1
fire
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected