RelativePositionInDof Property

Usage:
   ObjectTemplate.RelativePositionInDof CRD

Argument values:

argument 1:    CRD, e.g. CRD_NONE/-0.01/0/0, CRD_NONE/-0.05/0/0, CRD_NONE/-0.08/0/0, CRD_NONE/-0.1/0/0, CRD_NONE/-0.2/0/0, CRD_NONE/-0.25/0/0, CRD_NONE/-0.27/0/0, CRD_NONE/-0.3/0/0, CRD_NONE/-0.34/0/0, CRD_NONE/-0.4/0/0, CRD_NONE/-0.5/0/0, ...

Description: Argument 1 is a CRD type.

Related properties: Intensity, LodDistance, StartRotation, Template

Used in object types (and how often in each type): Emitter (53%)

Used in a total of 296 .con files: Effects.con

Parent directories of these .con files: objects/Vehicles, objects/Effects, Bf1942/Levels

Example: (from objects/Effects/e_ScrapAABase/Effects.con)
   rem -------------------------------------
   rem *** Em_ScrapAABase_1 ***
   ObjectTemplate.Create Emitter Em_ScrapAABase_1
   ObjectTemplate.Template AABase_crank_Toss
   ObjectTemplate.AddEmitterSpeed 1
   ObjectTemplate.EmitterSpeedScale 1
   ObjectTemplate.LodDistance 375
   ObjectTemplate.TimeToLive CRD_NONE/1/0/0
   ObjectTemplate.Intensity CRD_NONE/1/0/0
   ObjectTemplate.RelativePositionInDof CRD_NONE/0.1/0/0
   ObjectTemplate.PositionalSpeedInDof CRD_UNIFORM/10/0/1
   ObjectTemplate.PositionalSpeedInUp CRD_UNIFORM/20/15/0
   ObjectTemplate.PositionalSpeedInRight CRD_UNIFORM/10/0/1
   ObjectTemplate.StartRotation CRD_UNIFORM/1/100/0


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