MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getAggressiveReload

Method getAggressiveReload

src/Ruleset/RuleCraftWeapon.cpp:159–162  ·  view source on GitHub ↗

* Gets the amount of time the craft weapon takes to * reload in aggressive mode. * @return The time in game seconds. */

Source from the content-addressed store, hash-verified

157 * @return The time in game seconds.
158 */
159int RuleCraftWeapon::getAggressiveReload() const
160{
161 return _reloadAggressive;
162}
163
164/**
165 * Gets the maximum amount of ammo the craft weapon

Callers 1

btnAggressiveClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected