uplink
Vars | |
uplink_flag | The uplink flags of the implant uplink inside, only checked during initialisation so modifying it after initialisation will do nothing |
---|---|
uplink_handler | Reference to the uplink handler, deciding which type of uplink this implant has. |
Procs | |
on_component_removing | Proc called when component is removed; ie. uplink component |
Var Details
uplink_flag
The uplink flags of the implant uplink inside, only checked during initialisation so modifying it after initialisation will do nothing
uplink_handler
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.