CVMExternTrace Property

Usage:
   ObjectTemplate.CVMExternTrace boolean

Argument values:

argument 1:    0, 1; most commonly 1

Description: Enables the projectile following view for Artillery Mode weapons. It is off by default, turned on for all artillery.

Related properties: ArtPos, CVMChase, CVMFlyBy, CVMFrontChase, CVMInside, CVMTrace

Used in object types (and how often in each type): Camera (10%)

Used in a total of 20 .con files: Objects.con

Parent directories of these .con files: objects/Vehicles, objects/Soldiers

Example: (from objects/Vehicles/Land/Sherman_T34/Objects.con)
   rem *** Sherman_T34_Camera_PcoId1 ***
   ObjectTemplate.Create Camera Sherman_T34_Camera_PcoId1
   rem ObjectTemplate.setPivotPosition 0/0/0
   ObjectTemplate.SetMaxSpeed 0/0/0
   ObjectTemplate.SetAcceleration 0/0/0
   ObjectTemplate.CVMExternTrace 1


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