Usage:
ObjectTemplate.MinSpawnDelay
number
Argument values:
argument 1: | range is 0 to 9999; most commonly 40 |
Description: The minimum amount of time that will pass before an object is respawned.
Related properties: MaxSpawnDelay, SpawnDelay, SpawnDelayAtStart
Used in object types (and how often in each type): ObjectSpawner (49%)
Used in a total of 125 .con files: Objects.con, Objectspawntemplates.con
Parent directories of these .con files: objects/Vehicles, Bf1942/Levels
Example: (from Bf1942/Levels/Mimoyecques/ObjectiveMode/ObjectSpawnTemplates.con)
ObjectTemplate.Create ObjectSpawner ArtillerySpawner
ObjectTemplate.SetObjectTemplate 2 Priest
ObjectTemplate.SetObjectTemplate 1 Wespe
ObjectTemplate.MinSpawnDelay 40
ObjectTemplate.MaxSpawnDelay 80
ObjectTemplate.SpawnDelayAtStart 0
ObjectTemplate.TimeToLive 45
ObjectTemplate.Distance 40
ObjectTemplate.DamageWhenLost 10
Go to the ObjectTemplate properties list page, ObjectTemplate page, All Properties list, or Main scripting page.