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

load

  • ACE Directive*

Defines a code block for extra code to use during MM_LOAD. End the block with $#endload

Valid Syntax

  • $#load
  • $#load type

Parameters

type

(Optional)

first or last. by default, first.

"first" code is executed before callbacks, advisers, and commands are set up. use $failload() in a "load-first" block only.

"last" code is executed after callbacks, advisers, and commands are set up. however, it is still executed before interface implementations are registered. $failload() is not allowed in a "load-last" block.

Clone this wiki locally