Usage:
ObjectTemplate.SpawnOffset
x/y/z
Argument values:
argument 1: | -5.5/-2/0, 0/0/0; most commonly 0/0/0 |
Related properties: Distance, MaxSpawnDelay, MinSpawnDelay, SetObjectTemplate
Used in object types (and how often in each type): ObjectSpawner (1%)
Used in a total of 10 .con files: Objects.con
Parent directories of these .con files: objects/Vehicles, Bf1942/Levels
Example: (from objects/Vehicles/Sea/PrinceOW/Objects.con)
rem *** PrinceOWLcvpSpawner ***
ObjectTemplate.Create ObjectSpawner PrinceOWLcvpSpawner
ObjectTemplate.SetObjectTemplate 1 Lcvp
ObjectTemplate.SetObjectTemplate 2 Lcvp
ObjectTemplate.HoldObject 1
ObjectTemplate.MinSpawnDelay 20
ObjectTemplate.MaxSpawnDelay 20
ObjectTemplate.TimeToLive 30
ObjectTemplate.Distance 20
ObjectTemplate.SpawnOffset 0/0/0
ObjectTemplate.Team 1
ObjectTemplate.MaxNrOfObjectSpawned 3
ObjectTemplate.DamageWhenLost 10
Go to the ObjectTemplate properties list page, ObjectTemplate page, All Properties list, or Main scripting page.