/tg/ Station 13 - Modules - TypesVar Details - Proc Details

ai_target_tracking

Vars

controllerThe ai controller we're using
filterThe targeting strategy we're using
first_buildIf we've built our field yet Prevents wasted work on the first build (since the behavior did it)
hiding_location_keyThe hiding location key we're using
owning_behaviorThe ai behavior who owns us
target_keyThe target key we're trying to fill
targeting_strategy_keyThe targeting strategy KEY we're using

Procs

check_new_argsEnsure our args and locals are up to date
controller_deletedReact to controller planning
controller_thinkReact to controller planning
pawn_changedReact 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