world
Procs | |
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(). |
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().