Skip to content
Justin Schwartz edited this page Jun 27, 2020 · 4 revisions

unload

  • ACE Directive*

Defines a code block for extra code to use during MM_UNLOAD. End the block with $#endunload

Valid Syntax

  • $#unload
  • $#unload type

Parameters

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.

Clone this wiki locally