We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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)