TimerObjective Type

The TimerObjective object type is created by ObjectTemplate.Create.

This type defines the length of an Objective Mode battle.

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

Parent directory of these .con files: Bf1942/Levels

Example: (from Bf1942/Levels/Eagles_Nest/ObjectiveMode/ObjectiveSpawnerTemplates.con)
   ObjectTemplate.Create TimerObjective Timer
   ObjectTemplate.SetNetworkableInfo ObjectiveInfo
   ObjectTemplate.TimeLimit 900.0
   ObjectTemplate.SetObjectiveDelay 3.0
   ObjectTemplate.SetTeam 1

Properties used with this type of object:
   ObjectTemplate.Create
   ObjectTemplate.SetNetworkableInfo
   ObjectTemplate.SetObjectiveDelay
   ObjectTemplate.SetTeam
   ObjectTemplate.TimeLimit


Go to the ObjectTemplate type list page, ObjectTemplate page, All Types list, Class list, CON file list, or Main scripting page.