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

Method getCautiousReload

src/Ruleset/RuleCraftWeapon.cpp:139–142  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

137 * @return The time in game seconds.
138 */
139int RuleCraftWeapon::getCautiousReload() const
140{
141 return _reloadCautious;
142}
143
144/**
145 * Gets the amount of time the craft weapon takes to

Callers 1

btnCautiousClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected