Space Station 13 - Nebula13 - Modules - TypesProc Details

world

Procs

on_rebootIf you need to add modular functionality on-reboot, override this instead of /world/Reboot(). It runs directly before the parent call in /world/Reboot().
on_shutdownIf you need to add modular functionality on-shutdown, override this instead of /world/Del(). It runs directly before the parent call in /world/Del().

Proc Details

on_reboot

If you need to add modular functionality on-reboot, override this instead of /world/Reboot(). It runs directly before the parent call in /world/Reboot().

on_shutdown

If you need to add modular functionality on-shutdown, override this instead of /world/Del(). It runs directly before the parent call in /world/Del().