Usage:
ObjectTemplate.AutoStart
boolean
Argument values:
argument 1: | 0, 1; most commonly 0 |
Description: This property is used exclusively in Battlefield Vietnam.
Related properties: AutoShutOff, 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/Cobra/Objects.con)
rem **** muisic player ***
ObjectTemplate.Create MusicPlayer CobraMusicPlayer
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.