SkyAlertRegistrant
From WoWWiki
This article is a part of the documentation of the Sky function library
SkyAlert Register Table:
{
id = Registrant id,
func = function to be called,
description = string description of the alert
};
- id - an id which must be exactly 2 characters long
- func - a function which takes parameters:
- the string message
- the sender
- the system used
- the time recieved
- description - a description of the alert
