faxbond 
Vars | |
| connected_faxes | All relevant info of every connected fax, including weak ref for cleaning after ourself + name, area name and muted bool |
|---|---|
Procs | |
| connect_fax | Proc for subscribing to faxes. Adds weakref to fax's listeners and updates fax related vars for program. Includes type checking. Arguments: |
| disconnect_fax | Disconnects a fax given its ID (if it was connected before), removing it from the relevant lists. Arguments: |
Var Details
connected_faxes 
All relevant info of every connected fax, including weak ref for cleaning after ourself + name, area name and muted bool
Proc Details
connect_fax
Proc for subscribing to faxes. Adds weakref to fax's listeners and updates fax related vars for program. Includes type checking. Arguments:
- target - /datum/computer_file/program/proc/tap proc target, can be anything
disconnect_fax
Disconnects a fax given its ID (if it was connected before), removing it from the relevant lists. Arguments:
- fax_id - fax id to disconnect from our PDA