code/modules/modular_computers/file_system/data.dm
BLOCK_SIZE | Used to calculate how large a text file is. |
---|---|
/datum/computer_file/data | Base DATA file type Doesn't do anything, mostly here for organization. |
/datum/computer_file/data/text | Holds data in string format. |
/datum/computer_file/data/text/logfile | A text file with a different filetype Used for flavortext |
/datum/computer_file/data/ordnance | Ordnance data Holds possible experiments to do |
/datum/computer_file/data/ordnance/explosive | Explosive data Holds a specific taychon record. |
/datum/computer_file/data/ordnance/gaseous | Gaseous data Holds a specific compressor record. |
Define Details
BLOCK_SIZE
Used to calculate how large a text file is.