SinkInToLandAfterDeathSpeed Property

Usage:
   ObjectTemplate.SinkInToLandAfterDeathSpeed number

Argument values:

argument 1:    range is 0.1 to 10; most commonly 0.1

Description: The object's ruined parts will sink into the surrounding terrain over time.

Related properties: Destroyed, Geometry

Used in object types (and how often in each type): Bundle (15%), simpleobject (2%)

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

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

Example: (from objects/Vehicles/Land/AA_Allies/Objects.con)
   rem - Tosses from Explosions.
   rem *** AABase_crank_Toss ***
   ObjectTemplate.Create Bundle AABase_crank_Toss
   ObjectTemplate.Geometry AA_Allies_crank_m1
   ObjectTemplate.SetHasResponsePhysics 1
   ObjectTemplate.Destroyed 1
   ObjectTemplate.HasMobilePhysics 1
   ObjectTemplate.SinkInToLandAfterDeathSpeed 5


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