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

Method getWeaponReload

src/Ruleset/RuleUfo.cpp:201–204  ·  view source on GitHub ↗

* Gets the weapon reload for UFO ships. * @return The UFO weapon reload time. */

Source from the content-addressed store, hash-verified

199 * @return The UFO weapon reload time.
200 */
201int RuleUfo::getWeaponReload() const
202{
203 return _reload;
204}
205
206/**
207 * Gets the UFO's break off time.

Callers 2

DogfightStateMethod · 0.80
ufoFireWeaponMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected