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

Method getStandardReload

src/Ruleset/RuleCraftWeapon.cpp:149–152  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

147 * @return The time in game seconds.
148 */
149int RuleCraftWeapon::getStandardReload() const
150{
151 return _reloadStandard;
152}
153
154/**
155 * Gets the amount of time the craft weapon takes to

Callers 2

btnStandardClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected