Goonstation 13 - Modules - TypesProc Details

Base OS

Procs

closed_connectionCalled by the mainframe upon termination of a connection, conn is deleted afterwards
file_termPass a file to the connected terminal.
message_termPass a message to the connected terminal.
new_connectionCalled by the mainframe when a new terminal connection is made so as to alert the OS
parse_datum_directoryParse the provided filesystem for a folder or file located at a specified filepath.
parse_directoryParse the provided filesystem for a folder located at a specified filepath.
parse_file_directoryParse the provided filesystem for a file located at a specified filepath.
ping_replyCalled when a reply ping is received by the mainframe.
term_inputData sent to the program by a connected terminal. If a file is passed, note that the file will be treated as temporary and deleted after the function returns.

Proc Details

closed_connection

Called by the mainframe upon termination of a connection, conn is deleted afterwards

file_term

Pass a file to the connected terminal.

message_term

Pass a message to the connected terminal.

new_connection

Called by the mainframe when a new terminal connection is made so as to alert the OS

parse_datum_directory

Parse the provided filesystem for a folder or file located at a specified filepath.

parse_directory

Parse the provided filesystem for a folder located at a specified filepath.

parse_file_directory

Parse the provided filesystem for a file located at a specified filepath.

ping_reply

Called when a reply ping is received by the mainframe.

term_input

Data sent to the program by a connected terminal. If a file is passed, note that the file will be treated as temporary and deleted after the function returns.