/tg/ Station 13 - Modules - TypesDefine Details

code/modules/modular_computers/file_system/data.dm

BLOCK_SIZEUsed to calculate how large a text file is.
/datum/computer_file/dataBase DATA file type Doesn't do anything, mostly here for organization.
/datum/computer_file/data/textHolds data in string format.
/datum/computer_file/data/text/logfileA text file with a different filetype Used for flavortext
/datum/computer_file/data/ordnanceOrdnance data Holds possible experiments to do
/datum/computer_file/data/ordnance/explosiveExplosive data Holds a specific taychon record.
/datum/computer_file/data/ordnance/gaseousGaseous data Holds a specific compressor record.

Define Details

BLOCK_SIZE

Used to calculate how large a text file is.