Space Station 13 - Modules - TypesVar Details - Proc Details

persistent_data

Vars

data_savedSet to true after a the end of the round to prevent griefing being saved
registered_atomsList of atoms registered into the subsystem for persistent data storage. Can be anything at all

Procs

registerProc to register an atom with SSpersistent_data

Var Details

data_saved

Set to true after a the end of the round to prevent griefing being saved

registered_atoms

List of atoms registered into the subsystem for persistent data storage. Can be anything at all

Proc Details

register

Proc to register an atom with SSpersistent_data

This will add any provided atom to the list of registered atoms, and add it to the Initialization queue If the system has already initialized, it calls persistent_load() at that moment

Arguments: