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 | The targeting_strategy var value from the owning behavior either a typepath or a BB key string |
Procs | |
| check_new_args | Ensure our args and locals are up to date |
| controller_deleted | 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 
The targeting_strategy var value from the owning behavior either a typepath or a BB key string
Proc Details
check_new_args
Ensure our args and locals are up to date
controller_deleted
React to controller planning
pawn_changed
React to the pawn goin byebye