Space Station 13 - Modules - TypesVar Details - Proc Details

data

Vars

block_sizeHow much text can be stored per GQ, in characters
do_not_editWhether the user will be reminded that the file probably shouldn't be edited.
stored_dataStored data in string format. Do not modify directly. Changes to file should be made through OS functions.

Procs

calculate_sizeCalculates file size from amount of characters in saved string

Var Details

block_size

How much text can be stored per GQ, in characters

do_not_edit

Whether the user will be reminded that the file probably shouldn't be edited.

stored_data

Stored data in string format. Do not modify directly. Changes to file should be made through OS functions.

Proc Details

calculate_size

Calculates file size from amount of characters in saved string