HookWidth Property [Vietnam]

Usage:
   ObjectTemplate.HookWidth number

Argument values:

argument 1:    range is 2 to 3; most commonly 3

Description: This property is used exclusively in Battlefield Vietnam.

Related properties: AttachRadius, DrawAttachRadius

Used in object types (always present 100% of the time): Hook

Used in a total of 8 .con files: Objects.con

Parent directory of these .con files: vietnamObjects/Vehicles

Example: (from vietnamObjects/Vehicles/Sea/PBR/Objects.con)
   ObjectTemplate.Create Hook PBRHook
   ObjectTemplate.NetworkableInfo PBRHookInfo
   ObjectTemplate.AttachRadius 2.2
   ObjectTemplate.DrawAttachRadius 0
   rem ObjectTemplate.increaseDragInAirFactor 2
   rem ObjectTemplate.hasMobilePhysics 1
   rem ObjectTemplate.hasCollisionPhysics 1
   rem ObjectTemplate.hasResponsePhysics 1
   ObjectTemplate.HookWidth 3
   ObjectTemplate.HookLength 3
   ObjectTemplate.InputToRelease c_PIThrottle


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