WoW:Sky (AddOn): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
--[[ | |||
-- | |||
-- registerMailbox({mailboxRegistrant}, ...) | |||
-- | |||
-- Registers a mailbox which will drop messages into a | |||
-- mailbox matching id, if acceptTest(message) returns true. | |||
-- | |||
-- See the mailboxRegistrant definition for more details | |||
-- | |||
-- Returns: | |||
-- true if successful | |||
-- false if unable to register | |||
--]] |
Revision as of 15:07, 15 February 2005
--[[ -- -- registerMailbox({mailboxRegistrant}, ...) -- -- Registers a mailbox which will drop messages into a -- mailbox matching id, if acceptTest(message) returns true. -- -- See the mailboxRegistrant definition for more details -- -- Returns: -- true if successful -- false if unable to register --]]