ai_target_tracking 
Vars | |
| controller | The ai controller we're using |
|---|---|
| filter | The targeting strategy we're using |
| first_build | If we've built our field yet Prevents wasted work on the first build (since the behavior did it) |
| hiding_location_key | The hiding location key we're using |
| owning_behavior | The ai behavior who owns us |
| target_key | The target key we're trying to fill |
| targeting_strategy_key | The targeting strategy KEY we're using |
Procs | |
| check_new_args | Ensure our args and locals are up to date |
| controller_deleted | React to controller planning |
| controller_think | React to controller planning |
| pawn_changed | React to the pawn goin byebye |
Var Details
controller 
The ai controller we're using
filter 
The targeting strategy we're using
first_build 
If we've built our field yet Prevents wasted work on the first build (since the behavior did it)
hiding_location_key 
The hiding location key we're using
owning_behavior 
The ai behavior who owns us
target_key 
The target key we're trying to fill
targeting_strategy_key 
The targeting strategy KEY we're using
Proc Details
check_new_args
Ensure our args and locals are up to date
controller_deleted
React to controller planning
controller_think
React to controller planning
pawn_changed
React to the pawn goin byebye