bot_search 
Searches for a valid target in oview and sets a blackboard key when found. Subtypes override valid_target() to refine selection criteria. looking_for is an optional typecache pre-filter; pass null to check all atoms via valid_target().
Vars | |
| candidate_stash | Stashed candidate list between perform() and the async worker (not a blackboard value). |
|---|---|
| minimum_distance | How close the path must get to the target (0 = onto/adjacent). Repairbot raises this so it stops next to the walls/girders it repairs. |
Var Details
candidate_stash 
Stashed candidate list between perform() and the async worker (not a blackboard value).
minimum_distance 
How close the path must get to the target (0 = onto/adjacent). Repairbot raises this so it stops next to the walls/girders it repairs.