Skip to content

callback

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

callback

  • 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

Valid Syntax

  • $#callback scope callbackId

Parameters

scope

global or arena. with global, registers this callback on load for all arenas. with arena, registers this callback on attach to an arena.

callbackId

the callback type identifier (for example: CB_PLAYERACTION)

Clone this wiki locally