EmitterSpeedScale Property

Usage:
   ObjectTemplate.EmitterSpeedScale number

Argument values:

argument 1:    range is 0 to 2; most commonly 1

Description: This property defines the scale of how much to use AddEmitterSpeed. If set to 1, the particle emitter speed will be the same speed as the emitter speed.

Related properties: AddEmitterSpeed, Intensity, Template

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

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

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

Example: (from objects/Effects/Common/effects.con)
   rem *** Em_GibbSmokeSmoke ***
   ObjectTemplate.Create Emitter Em_GibbSmokeSmoke
   ObjectTemplate.Template Fx_GibbSmokeSmoke
   ObjectTemplate.AddEmitterSpeed 1
   ObjectTemplate.EmitterSpeedScale 0.2
   ObjectTemplate.TimeToLive CRD_NONE/0.4/0/0
   ObjectTemplate.Intensity CRD_NONE/11/0/0
   ObjectTemplate.StartRotation CRD_NONE/1/0/0


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