AutoShutOff Property [Vietnam]

Usage:
   ObjectTemplate.AutoShutOff boolean

Argument values:

argument 1:    1; most commonly 1

Description: This property is used exclusively in Battlefield Vietnam.

Related properties: AutoStart, NetworkableInfo

Used in object types (always present 100% of the time): MusicPlayer

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

Parent directory of these .con files: vietnamObjects/Vehicles

Example: (from vietnamObjects/Vehicles/Air/Mi8/Objects.con)
   rem **** muisic player ***
   ObjectTemplate.Create MusicPlayer Mi8MusicPlayer
   ObjectTemplate.NetworkableInfo WillyMusicPlayerInfo
   ObjectTemplate.SongId 0
   ObjectTemplate.AutoStart 0
   ObjectTemplate.AutoShutOff 1


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