-
Notifications
You must be signed in to change notification settings - Fork 0
unload
Justin Schwartz edited this page Jun 27, 2020
·
4 revisions
- ACE Directive*
Defines a code block for extra code to use during MM_UNLOAD. End the block with $#endunload
- $#unload
- $#unload type
(Optional)
first or last. by default, last.
"first" code is executed after interfaces are unregistered, but before any other actions. "first" code is not called after a $failload() directive.
"last" code is executed after everything is cleaned up except dependency pointers, per-player-data and per-arena-data. this code will be called after a $failload() directive.