SetAlliedDebriefingMinorDefeat Property

Usage:
   Game.SetAlliedDebriefingMinorDefeat name

Argument values:

argument 1:    DEBRIEFING_ALLIED_MINOR_DEFEAT_ABERDEEN, DEBRIEFING_ALLIED_MINOR_DEFEAT_ANZIO, DEBRIEFING_ALLIED_MINOR_DEFEAT_BATTLEAXE, DEBRIEFING_ALLIED_MINOR_DEFEAT_BATTLE_FOR_BULGE, DEBRIEFING_ALLIED_MINOR_DEFEAT_BAYTOWN, ...

This property is not a part of any defined type of object.

Used in a total of 34 .con files: Init.con

Parent directory of these .con files: Bf1942/Levels

Example: (from Bf1942/Levels/Santo_Croce/Menu/init.con)
   Game.SetLocalized 1
   rem ** Allied Debriefing **
   Game.SetAlliedDebriefingMajorVictory DEBRIEFING_ALLIED_MAJOR_VICTORY_SANTO_CROCE
   Game.SetAlliedDebriefingMinorVictory DEBRIEFING_ALLIED_MINOR_VICTORY_SANTO_CROCE
   Game.SetAlliedDebriefingMajorDefeat DEBRIEFING_ALLIED_MAJOR_DEFEAT_SANTO_CROCE
   Game.SetAlliedDebriefingMinorDefeat DEBRIEFING_ALLIED_MINOR_DEFEAT_SANTO_CROCE
   rem ** Axis Debriefing **
   Game.SetAxisDebriefingMajorVictory DEBRIEFING_AXIS_MAJOR_VICTORY_SANTO_CROCE
   Game.SetAxisDebriefingMinorVictory DEBRIEFING_AXIS_MINOR_VICTORY_SANTO_CROCE
   Game.SetAxisDebriefingMajorDefeat DEBRIEFING_AXIS_MAJOR_DEFEAT_SANTO_CROCE
   Game.SetAxisDebriefingMinorDefeat DEBRIEFING_AXIS_MINOR_DEFEAT_SANTO_CROCE
   rem ** Multiplayer Briefing **
   Game.SetMultiplayerBriefingObjectives MULTIPLAYER_BRIEFING_SANTO_CROCE
   Game.SetMultiplayerBriefingMapType MULTIPLAYER_MAP_TYPE_HEADON_MAP
   Game.SetLoadPicture Load/Scout_AntiTank.tga
   Game.SetServerInfoIcon "serverInfo.tga"
   Game.SetMapId "XPack1"


Go to the Game properties list page, Game page, All Properties list, or Main scripting page.