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

Method setXCOMProperty

src/Savegame/BattleItem.cpp:489–492  ·  view source on GitHub ↗

* Sets the XCom property flag. This is to determine at debriefing what goes into the base/craft. * @param flag True if it's XCom property. */

Source from the content-addressed store, hash-verified

487 * @param flag True if it's XCom property.
488 */
489void BattleItem::setXCOMProperty (bool flag)
490{
491 _XCOMProperty = flag;
492}
493/**
494 * Gets the XCom property flag. This is to determine at debriefing what goes into the base/craft.
495 * @return True if it's XCom property.

Callers 2

addItemMethod · 0.80
loadWeaponsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected