AllowRestart Property [Vietnam]

Usage:
   ObjectTemplate.AllowRestart boolean

Argument values:

argument 1:    1; most commonly 1

Description: This property is used exclusively in Battlefield Vietnam.

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

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

Parent directory of these .con files: vietnamObjects/Effects

Example: (from vietnamObjects/Effects/e_RichoWaterHeavy/Effects.con)
   rem -------------------------------------
   rem *** Em_richoWaterHeavyBase ***
   ObjectTemplate.Create Emitter Em_richoWaterHeavyBase
   ObjectTemplate.InertiaModifier 1.71971e-039/1.71971e-039/1.71971e-039
   ObjectTemplate.Template Fx_richoWaterHeavyBase
   ObjectTemplate.LodDistance 375
   ObjectTemplate.TimeToLive CRD_NONE/0.1/0/0
   ObjectTemplate.Intensity CRD_NONE/10/0/0
   ObjectTemplate.IntensityOverTime 0/1
   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/0/360/0
   ObjectTemplate.MoveToWaterSurface 1
   ObjectTemplate.AllowRestart 1
   ObjectTemplate.MinGeneratedParticles 1


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