Usage:
ObjectTemplate.SetSpawnPositionOffset
x/y/z
Argument values:
argument 1: | 0/0/0; most commonly 0/0/0 |
Description: DEPRECATED! . This obsolete property is never used, it is always set to 0/0/0 when found.
Related properties: SetGroup, SetSpawnId, SetSpawnPreventionDelay
Used in object types (and how often in each type): SpawnPoint (14%)
Used in a total of 40 .con files: Objects.con, Soldierspawntemplates.con
Parent directories of these .con files: objects/Vehicles, Bf1942/Levels
Example: (from Bf1942/Levels/Stalingrad/singleplayer/SoldierSpawnTemplates.con)
re
rem
rem *** AxisSpawnPoint_storagebuild_1 ***
rem
ObjectTemplate.Create SpawnPoint AxisSpawnPoint_storagebuild_1
ObjectTemplate.SetSpawnRotation 0/0/0
ObjectTemplate.SetSpawnPositionOffset 0/0/0
ObjectTemplate.SetSpawnPreventionDelay 0
ObjectTemplate.SetSpawnId 0
ObjectTemplate.SetGroup 1
Go to the ObjectTemplate properties list page, ObjectTemplate page, All Properties list, or Main scripting page.