SetHullHeight Property

Usage:
   ObjectTemplate.SetHullHeight number

Argument values:

argument 1:    range is 0.2 to 20; most commonly 0.2, 1

Description: Used with floaters, this sets the height above the water that the floater will attempt to maintain.

Related properties: SetFloatMaxLift, SetFloatMinLift

Used in object types (and how often in each type): FloatingBundle (74%)

Used in a total of 23 .con files: Physics.con, Weapons.con

Parent directories of these .con files: objects/Vehicles, Bf1942/Levels

Example: (from objects/Vehicles/Sea/Hatsuzuki/Physics.con)
   rem *** HatsuzukiFloater ***
   ObjectTemplate.Create FloatingBundle HatsuzukiFloater
   ObjectTemplate.SetHullHeight 10
   ObjectTemplate.SetFloatMaxLift 2
   ObjectTemplate.SetFloatMinLift 2
   ObjectTemplate.SetDragModifier 8000


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