* 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. */
| 487 | * @param flag True if it's XCom property. |
| 488 | */ |
| 489 | void 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. |
no outgoing calls
no test coverage detected