Daedalus Dock - Modules - TypesVar Details - Proc Details

uplink

Vars

uplink_flagThe uplink flags of the implant uplink inside, only checked during initialisation so modifying it after initialisation will do nothing
uplink_handlerReference to the uplink handler, deciding which type of uplink this implant has.

Procs

_component_removalProc called when component is removed; ie. uplink component

Var Details

The uplink flags of the implant uplink inside, only checked during initialisation so modifying it after initialisation will do nothing

Reference to the uplink handler, deciding which type of uplink this implant has.

Proc Details

_component_removal

Proc called when component is removed; ie. uplink component

Callback catching if the underlying uplink component has been removed, generally by admin verbs or var editing. Implant does nothing without the component, so delete itself.