/datum/computer_file

Vars | |
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. |
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.