NoPhysics Property

Usage:
   ObjectTemplate.NoPhysics boolean

Argument values:

argument 1:    1; most commonly 1

Related properties: AddChild, Intensity, StartRotation

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

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

Parent directory of these .con files: objects/Effects

Example: (from objects/Effects/e_MuzzAAGunB/Effects.con)
   rem -------------------------------------
   rem *** Em_MuzzAAgunB_mesh ***
   ObjectTemplate.Create Emitter Em_MuzzAAgunB_mesh
   ObjectTemplate.Template Fx_MuzzAAgunB_mesh
   ObjectTemplate.LodDistance 500
   ObjectTemplate.TimeToLive CRD_NONE/0.1/0/0
   ObjectTemplate.Intensity CRD_NONE/11/0/0
   ObjectTemplate.StartRotation CRD_UNIFORM/0/180/1
   ObjectTemplate.NoPhysics 1
   ObjectTemplate.AddChild 1


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