Keeps track of resurrection spells cast in a group. Uses the CTRA protocol for communication. Does not send messages when oRA2 or CTRA is enabled.
Credits:
originally written by DathRarhek, updated and improved by Myrroddin and Phanx
Code Examples:
-- API IsUnitBeingRessed(unit) -- Callbacks ResComm_ResStart(event, resser, endTime, target) ResComm_ResEnd(event, resser, target) ResComm_Ressed(event, name) ResComm_CanRes(event, name, typeToken, typeString) ResComm_ResExpired(event, name)
Links:
See the API description page for more information.
Want to help localize into your language? Great! Go here.
Comments are welcome. Please use the forum thread.
Bugs and suggestions should always be posted to the Ticket Tracker.
Facts
- Date created
- Sep 05, 2008
- Category
- Last update
- Dec 11, 2011
- Development stage
- Release
- Language
- deDE
- enUS
- frFR
- koKR
- ruRU
- zhCN
- zhTW
- License
- GNU General Public License version 2 (GPLv2)
- Curse link
- LibResComm-1.0
- Reverse relationships
- 6
- Downloads
- 38,245
- Recent files
Authors
Relationships
- Embedded library
- CallbackHandler-1.0
- LibStub