- 2 pages found
| Name | Author | Last updated by | Updated on |
|---|---|---|---|
| Name | Author | Last updated by | Updated on |
| Callbacks | Kemayo | Kemayo | 08 Jul 2009 |
| LibQuixote-2.0 Callback API LibQuixote-2.0 communicates a lot of data to you by firing callbacks. This is an alternative to the plain-blizzard way of registering QUEST_LOG_UPDATE, storing a copy of the data, and scanning the whole thing whenever it fires to check for changes. Here's a quick example of how to set up these callbacks: local quixote = LibStub("LibQuixote-2.0") local myAddon = {} function myAddon:Quest_Lost(event, title, uid, zone) ... end quixote.RegisterCallback(myAddon,... | |||
| Main | wowaceSVN | Kemayo | 09 Jul 2009 |
| LibQuixote-2.0 is a library that tells you about quests. It handles getting information from the quest log, and letting you know when it has changed. No more annoying scanning and rescanning of the whole thing whenever QUEST_LOG_UPDATE fires! If you want to use it, there's some documentation on the callbacks API. | |||
- 2 pages found