-
Notifications
You must be signed in to change notification settings - Fork 0
callback
Justin Schwartz edited this page Jun 27, 2020
·
4 revisions
- ACE Directive*
Defines a callback and begins an callback block. End the block with $#endcallback
Inside the block, define one function that is to be the registered callback function.
The callback will automatically be registered and unregistered in the module code.
For more information on callbacks, see http://bitbucket.org/grelminar/asss/wiki/Callback
- $#callback scope callbackId
global or arena. with global, registers this callback on load for all arenas. with arena, registers this callback on attach to an arena.
the callback type identifier (for example: CB_PLAYERACTION)