Delay Property

Usage:
   ObjectTemplate.Delay CRD

Argument values:

argument 1:    CRD, e.g. CRD_NONE/0.01/0/0, CRD_NONE/0.04/0/0, CRD_NONE/0.05/0/0, CRD_NONE/0.1/0/0, CRD_NONE/0.2/0/0, CRD_NONE/0.3/0/0, CRD_NONE/0/0/0, CRD_NONE/1/0/0, CRD_NONE/2/0/0, CRD_NONE/5/0/0, CRD_UNIFORM/0.1/0.1/0, CRD_UNIFORM/0.1/0.2/0, ...

Description: Argument 1 is a CRD type.

Related properties: Intensity, Template

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

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

Parent directory of these .con files: objects/Effects

Example: (from objects/Effects/e_richoSandbag/Effects.con)
   rem *** Em_RichoSandbag_sand ***
   ObjectTemplate.Create Emitter Em_RichoSandbag_sand
   ObjectTemplate.Template Fx_RichoSandbag_Sand
   ObjectTemplate.LodDistance 38
   ObjectTemplate.Delay CRD_UNIFORM/0/1/0
   ObjectTemplate.TimeToLive CRD_UNIFORM/3/1/0
   ObjectTemplate.Intensity CRD_UNIFORM/20/50/0
   ObjectTemplate.IntensityOverTime 0/1|100/0.100009
   ObjectTemplate.PositionalSpeedInDof CRD_UNIFORM/0/0.04/1
   ObjectTemplate.PositionalSpeedInUp CRD_UNIFORM/0.3/0.2/0
   ObjectTemplate.PositionalSpeedInRight CRD_NONE/0.1/0/0
   ObjectTemplate.RotationalSpeedInDof CRD_NONE/0/0/0
   ObjectTemplate.RotationalSpeedInUp CRD_NONE/0/0/0
   ObjectTemplate.RotationalSpeedInRight CRD_NONE/0/0/0
   ObjectTemplate.StartRotation CRD_UNIFORM/90/0/0


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