SetWaterCutOffDepth Property

Usage:
   Ai.SetWaterCutOffDepth boolean

Argument values:

argument 1:    1; most commonly 1

This property is not a part of any defined type of object.

Used in a total of 3 .con files: Aipathfinding.con

Parent directory of these .con files: Bf1942/Levels

Example: (from Bf1942/Levels/Hellendoorn/AIpathFinding.con)
   rem *** pathfinding debug mode
   if v_arg1 == host
   rem *** Setup map parameters ***
   rem *** searchMap name/waterHeight/waterDepth/maxSlope/brush/lowClipLevel/hiClipLevel/considerAITypes
   rem *** searchType name/mapNum/minSearchLevel
   rem *** Tank ***
   Ai.AddSearchMap Tank0 0 0 30 3.0 0.3 2.5 0
   Ai.AddSearchType Tank 0 0
   Ai.SetMapSpawnPoints 0 257/825,283/808
   Ai.SetSmoothing 0 20
   rem *** Infantry ***
   Ai.AddSearchMap Infantry1 0 1.5 35 1.0 0.4 2.0 1
   Ai.AddSearchType Infantry 1 0
   Ai.SetMapSpawnPoints 1 257/825,283/808
   Ai.SetSmoothing 1 10
   rem *** Boat ***
   Ai.AddSearchMap Boat2 1 8 30 4.0 0.3 2.5 0 4 5
   Ai.AddSearchType Boat 2 4
   Ai.SetMapSpawnPoints 2 1007.65/373.649
   Ai.SetSmoothing 2 20
   rem *** LandingCraft ***
   Ai.AddSearchMap LandingCraft3 1 1.4 30 4.0 0.3 2.5 0 2 3
   Ai.AddSearchType LandingCraft 3 2
   Ai.SetMapSpawnPoints 3 1010.84/1010.1
   Ai.SetSmoothing 3 20
   rem *** Amphibius ***
   Ai.AddSearchMap Amphibius4 0 1000 30 4.0 0.3 2.5 0
   Ai.AddSearchType Amphibius 4 0
   Ai.SetMapSpawnPoints 4 611/555
   Ai.SetSmoothing 4 20
   Ai.SetWaterCutOffDepth 1


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