WireLink Type [Vietnam]

This type is used exclusively in Battlefield Vietnam. The WireLink object type is created by ObjectTemplate.Create.

Defines the wire object attached to the Winch for transport helicopters. The Hook type is used to make a vehicle transportable.

Used in one .con file: vietnamObjects/Vehicles/Air/UH1Transport/Objects.con

Example: (from vietnamObjects/Vehicles/Air/UH1Transport/Objects.con)
   ObjectTemplate.Create WireLink UH1WireLink
   ObjectTemplate.NetworkableInfo UH1WireLinkInfo
   rem ObjectTemplate.geometry O_link_m1
   ObjectTemplate.Geometry O_link3_m1
   ObjectTemplate.HasMobilePhysics 1
   ObjectTemplate.HasCollisionPhysics 1
   rem ObjectTemplate.hasResponsePhysics 1
   ObjectTemplate.Length 0.3
   rem ObjectTemplate.stiffness 0.4
   rem ObjectTemplate.dampingConstant 0.3
   ObjectTemplate.Stiffness 0.41
   ObjectTemplate.DampingConstant 0.29

Properties used with this type of object:
   ObjectTemplate.Create
   ObjectTemplate.DampingConstant
   ObjectTemplate.Geometry
   ObjectTemplate.HasCollisionPhysics
   ObjectTemplate.HasMobilePhysics
   ObjectTemplate.Length
   ObjectTemplate.NetworkableInfo
   ObjectTemplate.Stiffness


Go to the ObjectTemplate type list page, ObjectTemplate page, All Types list, Class list, CON file list, or Main scripting page.