Usage:
Ai.BotStatisticUpdateSpeed
number
Argument values:
argument 1: | 3 |
This property is not a part of any defined type of object.
Used in a total of 25 .con files: Ai.con
Parent directory of these .con files: Bf1942/Levels
Example: (from Bf1942/Levels/Gothic_Line/AI.con)
Game.ShowAIStats 0
rem *** Bot statistic ***
Ai.BotStatisticUpdateSpeed 3
endif
run AIPathFinding.con v_arg1
rem *** Create strategically important areas ***
run ai/StrategicAreas v_arg1
rem *** Load and set strategies for each side ***
run ai/conditions v_arg1
run ai/prerequisites v_arg1
run ai/Strategies v_arg1
if v_arg1 == host
Ai.AddSAIStrategy 1 singleAttack
Ai.AddSAIStrategy 1 scramble
Ai.AddSAIStrategy 1 holdAndCamp
Ai.AddSAIStrategy 2 singleAttack
if v_arg2 == sneak
Ai.AddSAIStrategy 2 sneak
endif
Ai.AddSAIStrategy 2 holdAndCamp
Go to the Ai properties list page, Ai page, All Properties list, or Main scripting page.