Yogstation 13 - Modules - TypesVar Details

/datum/computer_file

Vars

file_uidStatic ID to ensure all IDs are unique.
filenameThe name of the internal file shown in file management.
filetypeThe type of file format the file is in, placed after filename. PNG, TXT, ect. This would be NewFile.XXX
holderHolder that contains this file.
sizeHow much GQ storage space the file will take to store. Integers only!
uidThe computer file's personal ID
undeletableWhether the file may be deleted. Setting to TRUE prevents deletion/renaming/etc.
unsendableWhether the file may be sent to someone via NTNet transfer or other means.

Var Details

file_uid

Static ID to ensure all IDs are unique.

filename

The name of the internal file shown in file management.

filetype

The type of file format the file is in, placed after filename. PNG, TXT, ect. This would be NewFile.XXX

holder

Holder that contains this file.

size

How much GQ storage space the file will take to store. Integers only!

uid

The computer file's personal ID

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 or other means.