Space Station 13 - Nebula13 - Modules - TypesProc Details

faxmachine

Procs

OnTopic_DiskOpsHandle disk operations topics.
can_send_fax_toCheck if the card we inserted has enough credentials to print on the target fax machine on the network.
on_print_errorWarn the user that something interrupted printing.
on_printed_pagePlays print animation async.
on_queue_finishedTells the user we just printed the last page of the queue, and do the print anim.
receive_faxHandles queuing any received fax message in the printer queue, and starts the printer if needed.
try_get_cardReturns the inserted card if there is a reader and if there is a card. Otherwise print a warning to the user, if a user was passed
try_get_diskWarn the user if the disk cannot be accessed. Otherwise returns the disk in the disk reader.
update_uiCause the nanoui to update, also updates the icon of the machine.

Proc Details

OnTopic_DiskOps

Handle disk operations topics.

can_send_fax_to

Check if the card we inserted has enough credentials to print on the target fax machine on the network.

on_print_error

Warn the user that something interrupted printing.

on_printed_page

Plays print animation async.

on_queue_finished

Tells the user we just printed the last page of the queue, and do the print anim.

receive_fax

Handles queuing any received fax message in the printer queue, and starts the printer if needed.

try_get_card

Returns the inserted card if there is a reader and if there is a card. Otherwise print a warning to the user, if a user was passed

try_get_disk

Warn the user if the disk cannot be accessed. Otherwise returns the disk in the disk reader.

update_ui

Cause the nanoui to update, also updates the icon of the machine.