SetInformationGridDimension Property

Usage:
   AiSettings.SetInformationGridDimension number

Argument values:

argument 1:    range is 32 to 64; most commonly 32

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/husky/AI.con)
   if v_arg1 == host
   rem ----- Host
   rem --------------------------------------
   rem ************** LEVEL SPECIFIC AI SETTINGS ***************************
   AiSettings.SetWorldMapSize 2048 2048
   AiSettings.SetViewDistance 300
   AiSettings.SetInformationGridDimension 32


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