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

Method getXCOMProperty

src/Savegame/BattleItem.cpp:497–500  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

495 * @return True if it's XCom property.
496 */
497bool BattleItem::getXCOMProperty () const
498{
499 return _XCOMProperty;
500}
501
502/**
503 * Gets the "dropped on non-player turn" flag. This is to determine whether or not

Callers 1

recoverItemsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected