Usage:
ObjectTemplate.AddEmitterSpeed
boolean
Argument values:
argument 1: | 1; most commonly 1 |
Description: When set, AddEmitterSpeed makes the emitter particle speed to be the same as the speed at which the emitter is moving.
Related properties: EmitterSpeedScale
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/e_GibbSmokeStone/Effects.con)
rem -------------------------------------
rem *** Em_GibbSmokeStone ***
ObjectTemplate.Create Emitter Em_GibbSmokeStone
ObjectTemplate.Template Fx_GibbSmokeStone
ObjectTemplate.AddEmitterSpeed 1
ObjectTemplate.EmitterSpeedScale 0.5
ObjectTemplate.LodDistance 700
ObjectTemplate.TimeToLive CRD_NONE/1/0/0
ObjectTemplate.Intensity CRD_NONE/10/0/0
ObjectTemplate.IntensityOverTime 0/2.40043|100/0
ObjectTemplate.StartRotation CRD_NONE/1/0/0
Go to the ObjectTemplate properties list page, ObjectTemplate page, All Properties list, or Main scripting page.