MinimapIcon Property [Vietnam]

Usage:
   ObjectTemplate.MinimapIcon image

Argument values:

argument 1:    "Minimap/minimap_icon_common_16x16.tga"

Description: This property is used exclusively in Battlefield Vietnam. Equivalent to SetMinimapIcon.

Related properties: GUIIndex, HasRestrictedExit, SetSoldierExitLocation, VehicleCategory, VehicleIcon, VehicleIconPos

Used in object types (and how often in each type): PlayerControlObject (5%)

Used in a total of 7 .con files: Objects.con

Parent directory of these .con files: vietnamObjects/Vehicles

Example: (from vietnamObjects/Vehicles/Land/Willy/Objects.con)
   rem *** WillyPassengerPCO ***
   ObjectTemplate.Create PlayerControlObject WillyPassengerPCO
   ObjectTemplate.NetworkableInfo WillyBodyInfo
   rem ObjectTemplate.aiTemplate WillyPassenger
   rem -------------------------------------
   ObjectTemplate.AddTemplate WillyEntry
   ObjectTemplate.SetPosition 0/-0.35/1.25
   ObjectTemplate.AddTemplate WillyEntry
   ObjectTemplate.SetPosition 0/-0.35/-0.75
   ObjectTemplate.AddTemplate WillyPassengerSeat
   ObjectTemplate.SetPosition 0.399/0.58/0.0
   rem -------------------------------------
   ObjectTemplate.SetSoldierExitLocation 1.5/0/-0.8 0/0/0
   ObjectTemplate.GUIIndex 53
   ObjectTemplate.VehicleIcon "Vehicle/icon_willy.tga"
   ObjectTemplate.VehicleIconPos 46/79
   ObjectTemplate.VehicleCategory VCPassenger
   ObjectTemplate.VehicleType VTScoutCar
   ObjectTemplate.MinimapIcon "Minimap/minimap_icon_common_16x16.tga"
   ObjectTemplate.HasRestrictedExit 1


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