Usage:
AiSettings.SetWorldMapSize
number number
Argument values:
argument 1: | range is 1024 to 4096; most commonly 2048 |
argument 2: | range is 1024 to 4096; most commonly 2048 |
This property is not a part of any defined type of object.
Used in a total of 31 .con files: Ai.con
Parent directory of these .con files: Bf1942/Levels
Example: (from Bf1942/Levels/Battle_of_Britain/AI.con)
if v_arg1 == host
rem ----- Host
rem ----------------------------------------------------------------------------
rem ************** LEVEL SPECIFIC AI SETTINGS ***************************
AiSettings.SetWorldMapSize 2048 2048
AiSettings.SetViewDistance 600
AiSettings.SetInformationGridDimension 32
Go to the AiSettings properties list page, AiSettings page, All Properties list, or Main scripting page.