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