DragModifier Property [Vietnam]

Usage:
   ObjectTemplate.DragModifier number

Argument values:

argument 1:    8000.0

Description: This property is used exclusively in Battlefield Vietnam. Equivalent to SetDragModifier.

Used in object types (and how often in each type): FloatingBundle (2%)

Used in one .con file: vietnamObjects/Vehicles/Common/Physics.con

Example: (from vietnamObjects/Vehicles/Common/Physics.con)
   ObjectTemplate.Create FloatingBundle Torpedo_Floater
   ObjectTemplate.SaveInSeparateFile 1
   ObjectTemplate.HullHeight 4.3
   ObjectTemplate.FloatMaxLift 5.9
   ObjectTemplate.FloatMinLift 5.9
   ObjectTemplate.DragModifier 8000.0
   ObjectTemplate.MinRotation 0/-1/0
   ObjectTemplate.MaxRotation 0/1/0
   ObjectTemplate.MaxSpeed 0/0.1/0
   ObjectTemplate.Acceleration 0/-0.1/0
   ObjectTemplate.InputToPitch 1
   ObjectTemplate.AutomaticReset 1


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