SaiMapXDimension Property

Usage:
   Ai.SaiMapXDimension number

Argument values:

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

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

Used in a total of 32 .con files: Ai.con, Genericinit.con

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

Example: (from Bf1942/Levels/Anzio/AI.con)
   AIBotManager.SetSystemQuotient 40 40 20
   rem *** Strategic map dimension, MUST BE DONE BEFORE CREATING SAI! ***
   Ai.SaiMapXDimension 64
   Ai.SaiMapYDimension 64
   rem *** Create Strategic AI ***
   ai.createSAI
   rem *** Enabled or disabled as default ***
   Ai.SaiEnable 1


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