ai 
Vars | |
| ai_alarm_cooldown | Cooldown for the AI's status alarms |
|---|---|
| ai_announcement_string_menu | The cached AI annoucement help menu. |
| ai_recover_alarm_cooldown | Cooldown for the AI's recover status alarms |
| ai_recover_alarm_enabled | A variable that allows sending a recovery message |
| announce_arrivals | If our AI doesn't want to be the arrivals announcer, this gets set to FALSE. |
| bot_ref | Weakref to the bot the AI is currently commanding |
| next_text_announcement | Cooldown for the AI's station text announcement |
| robot_control | UI for robot controls |
| setting_waypoint | If TRUE, the AI will send it's [var/bot_ref][commanded bot] to the next clicked atom |
Procs | |
| ai_base_click_alt | Reimplementation of base_click_alt for AI |
| remove_malf_abilities | Removes all malfunction-related /datum/action's from the target AI. |
Var Details
ai_alarm_cooldown 
Cooldown for the AI's status alarms
ai_announcement_string_menu 
The cached AI annoucement help menu.
ai_recover_alarm_cooldown 
Cooldown for the AI's recover status alarms
ai_recover_alarm_enabled 
A variable that allows sending a recovery message
announce_arrivals 
If our AI doesn't want to be the arrivals announcer, this gets set to FALSE.
bot_ref 
Weakref to the bot the AI is currently commanding
next_text_announcement 
Cooldown for the AI's station text announcement
robot_control 
UI for robot controls
setting_waypoint 
If TRUE, the AI will send it's [var/bot_ref][commanded bot] to the next clicked atom
Proc Details
ai_base_click_alt
Reimplementation of base_click_alt for AI
remove_malf_abilities
Removes all malfunction-related /datum/action's from the target AI.