Usage:
ObjectTemplate.SetSpawnDelay
boolean
Argument values:
argument 1: | 1; most commonly 1 |
Description: Needed to be set to 1 by objectives in Objective Mode to work correctly.
Related properties: SetObjectTemplate, SetTeam
Used in object types (and how often in each type): ObjectSpawner (1%)
Used in a total of 7 .con files: Objectivespawnertemplates.con
Parent directory of these .con files: Bf1942/Levels
Example: (from Bf1942/Levels/Kbely_Airfield/ObjectiveMode/ObjectiveSpawnerTemplates.con)
ObjectTemplate.Create ObjectSpawner AxisTimerObjectiveSpawner
ObjectTemplate.SetObjectTemplate 1 Timer
ObjectTemplate.SetSpawnDelay 1
ObjectTemplate.SpawnDelayAtStart 0
ObjectTemplate.SetTeam 1
Go to the ObjectTemplate properties list page, ObjectTemplate page, All Properties list, or Main scripting page.