/datum/aiHolder 
| Vars | |
| _mobai_being_processed | INTERNAL: Set to true when the mobai loop is processing this mob. | 
|---|---|
| current_task | What the critter is currently doing. Do not set directly, use switch_to | 
| priority_tasks | The default prioritizer will consume tasks from this list in order before it picks any others | 
| target_path | Stores most recently generated path to target - if null, it needs regenerating, or a new target selected | 
Var Details
_mobai_being_processed 
INTERNAL: Set to true when the mobai loop is processing this mob.
current_task  
What the critter is currently doing. Do not set directly, use switch_to
priority_tasks  
The default prioritizer will consume tasks from this list in order before it picks any others
target_path  
Stores most recently generated path to target - if null, it needs regenerating, or a new target selected