borg_monitor ![code/modules/modular_computers/file_system/programs/borg_monitor.dm 1](git.png)
Vars | |
DL_progress | reference of a borg if we're downloading a log, or null if not. |
---|---|
DL_source | A list to copy a borg's IC log list into |
loglist | Bool of if this app has already been emagged |
Procs | |
Destroy | Progress of current download, 0 to 100, -1 for no current download |
checkID | Gets the ID's name, if one is inserted into the device. This is a seperate proc solely to be overridden by the syndicate version of the app. |
evaluate_borg | This proc is used to determin if a borg should be shown in the list (based on the borg's scrambledcodes var). Syndicate version overrides this to show only syndicate borgs. |
Var Details
DL_progress ![code/modules/modular_computers/file_system/programs/borg_monitor.dm 16](git.png)
reference of a borg if we're downloading a log, or null if not.
DL_source ![code/modules/modular_computers/file_system/programs/borg_monitor.dm 15](git.png)
A list to copy a borg's IC log list into
loglist ![code/modules/modular_computers/file_system/programs/borg_monitor.dm 14](git.png)
Bool of if this app has already been emagged
Proc Details
Destroy
Progress of current download, 0 to 100, -1 for no current download
checkID
Gets the ID's name, if one is inserted into the device. This is a seperate proc solely to be overridden by the syndicate version of the app.
evaluate_borg
This proc is used to determin if a borg should be shown in the list (based on the borg's scrambledcodes var). Syndicate version overrides this to show only syndicate borgs.