/tg/ Station 13 - 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

on_component_removingProc 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

on_component_removing

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.