SetViewDistance Property

Usage:
   AiSettings.SetViewDistance number

Argument values:

argument 1:    range is 55 to 600; most commonly 300

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

Used in a total of 26 .con files: Ai.con

Parent directory of these .con files: Bf1942/Levels

Example: (from Bf1942/Levels/cassino/AI.con)
   if v_arg1 == host
   rem ----- Host
   rem ----------------------------------------------------------------------------
   rem ************** LEVEL SPECIFIC AI SETTINGS ***************************
   AiSettings.SetWorldMapSize 1024 1024
   AiSettings.SetViewDistance 250
   AiSettings.SetInformationGridDimension 32


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