Usage:
ObjectTemplate.DrawAttachRadius
boolean
Argument values:
argument 1: | 0; most commonly 0 |
Description: This property is used exclusively in Battlefield Vietnam.
Related properties: AttachRadius, HookLength
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/Land/Mutt/Objects.con)
ObjectTemplate.Create Hook MuttHook
ObjectTemplate.AttachRadius 0.8
ObjectTemplate.DrawAttachRadius 0
rem ObjectTemplate.hasMobilePhysics 1
rem ObjectTemplate.hasCollisionPhysics 1
rem ObjectTemplate.hasResponsePhysics 1
ObjectTemplate.HookWidth 2
ObjectTemplate.HookLength 2
ObjectTemplate.InputToRelease c_PIThrottle
Go to the ObjectTemplate properties list page, ObjectTemplate page, All Properties list, or Main scripting page.