ai

Vars | |
aiMulti | Used as a fake multitoool in tcomms machinery |
---|---|
alert_control | Station alert datum for showing alerts UI |
bot_ref | Weakref to the bot the ai's commanding right now |
camera_light_on | If we are lighting cameras as our eye passes by. |
command_report_cd | Command report cooldown |
lastloc | remember AI's last location |
lit_cameras | Cameras that are lit by our presence. |
sense_of_self | An image to add to client.images so the AI player can see their own eye sprite. |
Procs | |
get_nearest_lit_camera_to_mob | Returns the nearest lit camera to a mob, as long as the camera can see that mob. |
remove_malf_abilities | Removes all malfunction-related abilities from the AI |
setAiRestorePowerRoutine | Proc to hook behavior to the changes of the value of [aiRestorePowerRoutine]. |
Var Details
aiMulti

Used as a fake multitoool in tcomms machinery
alert_control

Station alert datum for showing alerts UI
bot_ref

Weakref to the bot the ai's commanding right now
camera_light_on

If we are lighting cameras as our eye passes by.
command_report_cd

Command report cooldown
lastloc

remember AI's last location
lit_cameras

Cameras that are lit by our presence.
sense_of_self

An image to add to client.images so the AI player can see their own eye sprite.
Proc Details
get_nearest_lit_camera_to_mob
Returns the nearest lit camera to a mob, as long as the camera can see that mob.
remove_malf_abilities
Removes all malfunction-related abilities from the AI
setAiRestorePowerRoutine
Proc to hook behavior to the changes of the value of [aiRestorePowerRoutine].