CreateLODManager Property

Usage:
   AiSettings.CreateLODManager number number

Argument values:

argument 1:    200
argument 2:    2

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

Used in a total of 2 .con files: Aidefault.con

Parent directory of these .con files: Bf1942/Game

Example: (from Bf1942/Game/AIdefault.con)
   echo *****************************************************************************************
   echo *****************************************************************************************
   echo *****************************************************************************************
   echo AIdeault.con*****************************************************************************************
   echo *****************************************************************************************
   echo *****************************************************************************************
   echo *****************************************************************************************
   rem **** This line is really important, it forces the AITemplates information to be loaded! ****
   Game.IsAiLevel 1
   AiSettings.SetNSides 2
   run AI/Conditions.con
   run AI/Prerequisites.con
   run AI/Strategies.con
   AiSettings.SetMaxNBots 64
   AiSettings.CreateLODManager 200 2
   AiSettings.LodEnable 1


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