Usage:
ObjectTemplate.AttachRadius
number
Argument values:
argument 1: | range is 0.5 to 2.2; most commonly 0.8 |
Description: This property is used exclusively in Battlefield Vietnam.
Used in object types (always present 100% of the time): Hook, Winch
Used in a total of 9 .con files: Objects.con
Parent directory of these .con files: vietnamObjects/Vehicles
Example: (from vietnamObjects/Vehicles/Sea/Tango/Objects.con)
ObjectTemplate.Create Hook TangoHook
ObjectTemplate.NetworkableInfo TangoHookInfo
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.