Daedalus Dock - Modules - TypesVar Details

data

Vars

auto_nameIf TRUE, automagically pre-pend the size of the disk to the name.
computerRef to the computer it may be contained in. This is handled by /obj/machinery/proc/set_internal_disk.
disk_capacityHow many arbitrary size units we can store. We call them KB because we are evil.
is_hard_driveIf FALSE, it can be inserted into disk readers (Voidcomputers).
preloaded_programsList of program typepaths to load on spawn.
rootThe root folder of the disk. This is in theory indestructable. Please never qdel it outside of this disk's destructor.
titleTitle of drive within a computer4 system.

Var Details

auto_name

If TRUE, automagically pre-pend the size of the disk to the name.

computer

Ref to the computer it may be contained in. This is handled by /obj/machinery/proc/set_internal_disk.

disk_capacity

How many arbitrary size units we can store. We call them KB because we are evil.

is_hard_drive

If FALSE, it can be inserted into disk readers (Voidcomputers).

preloaded_programs

List of program typepaths to load on spawn.

root

The root folder of the disk. This is in theory indestructable. Please never qdel it outside of this disk's destructor.

title

Title of drive within a computer4 system.