ANDCompositeObjective Type
The ANDCompositeObjective object type is created by ObjectTemplate.Create.
This type of object is used to define a group of objectives for Objective Mode battles as a set.
Used in a total of 7 .con files: Objectivespawnertemplates.con Parent directory of these .con files: Bf1942/Levels
Example: (from Bf1942/Levels/Essen/ObjectiveMode/ObjectiveSpawnerTemplates.con)
ObjectTemplate.Create ANDCompositeObjective Composite
ObjectTemplate.SetNetworkableInfo ObjectiveInfo
ObjectTemplate.AddObjectiveSpawnerToComposite ObjectiveSpawner01
ObjectTemplate.AddObjectiveSpawnerToComposite ObjectiveSpawner02
ObjectTemplate.AddObjectiveSpawnerToComposite ObjectiveSpawner03
ObjectTemplate.SetObjectiveDelay 3.0
ObjectTemplate.SetTeam 2
Properties used with this type of object:
ObjectTemplate.AddObjectiveSpawnerToComposite
ObjectTemplate.Create
ObjectTemplate.SetNetworkableInfo
ObjectTemplate.SetObjectiveDelay
ObjectTemplate.SetTeam
Go to the ObjectTemplate type list page,
ObjectTemplate page, All
Types list, Class list,
CON file list, or Main
scripting page.
|