Usage:
AIBotManager.SetLodLevelTicks
number number number
Argument values:
argument 1: | 6 |
argument 2: | 6 |
argument 3: | 6 |
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/Market_Garden/AI.con)
AiSettings.LodEnable 1
rem *** init Botmanager ***
AIBotManager.SetLodLevelTicks 6 6 6
AIBotManager.SetLodLevelPriority 3 3 3
AIBotManager.SetPlannedDecisionMakingThreshold 0.5 0.5 0.5
AIBotManager.SetUnplannedDecisionMakingThreshold 0.3 0.4 0.4
AIBotManager.SetDecisionMakingInterleave 2 2
AIBotManager.SetSensingQuotient 1 1
AIBotManager.SetSystemQuotient 40 40 20
Go to the AIBotManager properties list page, AIBotManager page, All Properties list, or Main scripting page.