Daedalus Dock - Modules - TypesVar Details - Proc Details

ai

Vars

aiMultiUsed as a fake multitoool in tcomms machinery
alert_controlStation alert datum for showing alerts UI
bot_refWeakref to the bot the ai's commanding right now
camera_light_onIf we are lighting cameras as our eye passes by.
command_report_cdCommand report cooldown
lastlocremember AI's last location
lit_camerasCameras that are lit by our presence.
sense_of_selfAn image to add to client.images so the AI player can see their own eye sprite.

Procs

get_nearest_lit_camera_to_mobReturns the nearest lit camera to a mob, as long as the camera can see that mob.
remove_malf_abilitiesRemoves all malfunction-related abilities from the AI
setAiRestorePowerRoutineProc 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].