SetSpawnRotation Property

Usage:
   ObjectTemplate.SetSpawnRotation 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, SetSpawnPositionOffset

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/Omaha_Beach/singleplayer/SoldierSpawnTemplates.con)
   rem
   rem *** beach1 ***
   rem
   ObjectTemplate.Create SpawnPoint beach1
   ObjectTemplate.SetSpawnRotation 0/0/0
   ObjectTemplate.SetSpawnPositionOffset 0/0/0
   ObjectTemplate.SetSpawnPreventionDelay 0
   ObjectTemplate.SetSpawnId 1
   ObjectTemplate.SetGroup 1


Go to the ObjectTemplate properties list page, ObjectTemplate page, All Properties list, or Main scripting page.