Space Station 13 - Modules - TypesVar Details - Proc Details

nttransfer

Vars

actual_netspeedDisplayed in the UI, this is the actual transfer speed.
connected_clientsList of connected clients.
download_completionDownload progress in GQ
downloaded_fileFile which is being downloaded
errorError message
provided_fileFile which is provided to clients.
remoteClient var, specifies who are we downloading from.
server_passwordOptional password to download the file.
unique_tokenUID of this program
upload_menuWhether we show the program list and upload menu

Procs

crash_downloadCrashes the download and displays specific error message
finalize_downloadCleans up variables for next use
finish_downloadFinishes download and attempts to store the file on HDD
get_ntnet_speedReturns the current ntnet speed of the computer the program is running on. NTTransfer needs to be able to get the speed from instances on other computers.

Var Details

actual_netspeed

Displayed in the UI, this is the actual transfer speed.

connected_clients

List of connected clients.

download_completion

Download progress in GQ

downloaded_file

File which is being downloaded

error

Error message

provided_file

File which is provided to clients.

remote

Client var, specifies who are we downloading from.

server_password

Optional password to download the file.

unique_token

UID of this program

upload_menu

Whether we show the program list and upload menu

Proc Details

crash_download

Crashes the download and displays specific error message

finalize_download

Cleans up variables for next use

finish_download

Finishes download and attempts to store the file on HDD

get_ntnet_speed

Returns the current ntnet speed of the computer the program is running on. NTTransfer needs to be able to get the speed from instances on other computers.