SetServerInfoIcon Property

Usage:
   Game.SetServerInfoIcon image

Argument values:

argument 1:    "serverInfo.tga"

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

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

Parent directory of these .con files: Bf1942/Levels

Example: (from Bf1942/Levels/baytown/Menu/init.con)
   Game.SetLocalized 1
   rem ** Allied Debriefing **
   Game.SetAlliedDebriefingMajorVictory DEBRIEFING_ALLIED_MAJOR_VICTORY_BAYTOWN
   Game.SetAlliedDebriefingMinorVictory DEBRIEFING_ALLIED_MINOR_VICTORY_BAYTOWN
   Game.SetAlliedDebriefingMajorDefeat DEBRIEFING_ALLIED_MAJOR_DEFEAT_BAYTOWN
   Game.SetAlliedDebriefingMinorDefeat DEBRIEFING_ALLIED_MINOR_DEFEAT_BAYTOWN
   rem ** Axis Debriefing **
   Game.SetAxisDebriefingMajorVictory DEBRIEFING_AXIS_MAJOR_VICTORY_BAYTOWN
   Game.SetAxisDebriefingMinorVictory DEBRIEFING_AXIS_MINOR_VICTORY_BAYTOWN
   Game.SetAxisDebriefingMajorDefeat DEBRIEFING_AXIS_MAJOR_DEFEAT_BAYTOWN
   Game.SetAxisDebriefingMinorDefeat DEBRIEFING_AXIS_MINOR_DEFEAT_BAYTOWN
   rem ** Multiplayer Briefing **
   Game.SetMultiplayerBriefingObjectives MULTIPLAYER_BRIEFING_BAYTOWN
   Game.SetMultiplayerBriefingMapType MULTIPLAYER_MAP_TYPE_ASSAULT_MAP
   Game.SetLoadPicture Load/ItalyTower.tga
   Game.SetServerInfoIcon "serverInfo.tga"
   Game.SetMapId "XPack1"


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