Space Station 13 - Modules - TypesVar Details - Proc Details

computer_file

Vars

filenamePlaceholder. Whitespace and most special characters are not allowed.
filetypeFile full names are [filename].[filetype] so like NewFile.XXX in this case
hiddenWhether the file is hidden from view in the OS
holderHolder that contains this file.
metadataAny metadata the file uses.
papertypePaper type to use for printing
read_onlyProtects files that should never be edited by the user due to special properties.
sizeFile size in GQ. Integers only!
uidUID of this file
undeletableWhether the file may be deleted. Setting to TRUE prevents deletion/renaming/etc.
unsendableWhether the file may be sent to someone via NTNet transfer, email or other means.

Procs

cloneReturns independent copy of this file.

Var Details

filename

Placeholder. Whitespace and most special characters are not allowed.

filetype

File full names are [filename].[filetype] so like NewFile.XXX in this case

hidden

Whether the file is hidden from view in the OS

holder

Holder that contains this file.

metadata

Any metadata the file uses.

papertype

Paper type to use for printing

read_only

Protects files that should never be edited by the user due to special properties.

size

File size in GQ. Integers only!

uid

UID of this file

undeletable

Whether the file may be deleted. Setting to TRUE prevents deletion/renaming/etc.

unsendable

Whether the file may be sent to someone via NTNet transfer, email or other means.

Proc Details

clone

Returns independent copy of this file.