ai_controllers
Vars | |
active_ai_controllers | List of all ai controllers currently running |
---|---|
ai_subtrees | List of all ai_subtree singletons, key is the typepath while assigned value is a newly created instance of the typepath. See setup_subtrees() |
our_cost | The average tick cost of all active AI, calculated on fire. |
summing_cost | The tick cost of all currently processed AI, being summed together |
Var Details
active_ai_controllers
List of all ai controllers currently running
ai_subtrees
List of all ai_subtree singletons, key is the typepath while assigned value is a newly created instance of the typepath. See setup_subtrees()
our_cost
The average tick cost of all active AI, calculated on fire.
summing_cost
The tick cost of all currently processed AI, being summed together