-
Notifications
You must be signed in to change notification settings - Fork 0
load
Justin Schwartz edited this page Jun 27, 2020
·
4 revisions
- ACE Directive*
Defines a code block for extra code to use during MM_LOAD. End the block with $#endload
- $#load
- $#load 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.