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

Method getArcingShot

src/Ruleset/RuleItem.cpp:681–684  ·  view source on GitHub ↗

* Returns if this weapon should arc its shots. * @return True if this weapon should arc its shots. */

Source from the content-addressed store, hash-verified

679 * @return True if this weapon should arc its shots.
680 */
681bool RuleItem::getArcingShot() const
682{
683 return _arcingShot;
684}
685
686/**
687 * Gets the attraction value for this item (for AI).

Callers 1

createNewProjectileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected