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

Method getSpecialAbility

src/Savegame/BattleUnit.cpp:2257–2260  ·  view source on GitHub ↗

* Returns the unit's special ability. * @return special ability. */

Source from the content-addressed store, hash-verified

2255 * @return special ability.
2256 */
2257int BattleUnit::getSpecialAbility() const
2258{
2259 return _specab;
2260}
2261
2262/**
2263 * Changes the unit's special ability.

Callers 1

BattleUnitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected