persistent_data
Vars | |
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 |
Procs | |
register | Proc 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:
- A - Atom to register