Files
Bubberstation/code/__DEFINES/dcs/signals/signals_lazy_templates.dm
SkyratBot 6f2d088377 [MIRROR] fixes lazy loading to not be lazy about initializing its children [MDB IGNORE] (#23797)
* fixes lazy loading to not be lazy about initializing its children

* Update tgstation.dme

* Update lazy_template.dm

---------

Co-authored-by: Zephyr <12817816+ZephyrTFA@users.noreply.github.com>
Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
2023-09-19 17:47:12 +00:00

3 lines
201 B
Plaintext

/// Fired on the lazy template datum when the template is finished loading. (list/loaded_atom_movables, list/loaded_turfs, list/loaded_areas)
#define COMSIG_LAZY_TEMPLATE_LOADED "lazy_template_loaded"