InputToRelease Property [Vietnam]

Usage:
   ObjectTemplate.InputToRelease name

Argument values:

argument 1:    c_PIThrottle; most commonly c_PIThrottle

Description: This property is used exclusively in Battlefield Vietnam.

Related properties: AttachRadius, DrawAttachRadius, HookLength

Used in object types (and how often in each type): Hook (88%)

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

Parent directory of these .con files: vietnamObjects/Vehicles

Example: (from vietnamObjects/Vehicles/Land/UAZ/Objects.con)
   ObjectTemplate.Create Hook UAZHook
   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.