LibResComm-1.0

  • 2 pages found
NameAuthorLast updated byUpdated on
NameAuthorLast updated byUpdated on
API description DathRarhek DathRarhek 11 May 2009
Getting a library reference local ResComm = LibStub:GetLibrary("LibResComm-1.0"); Registering a callback function MyAddon:OnEnable() ResComm.RegisterCallback(self, "ResComm_ResStart"); end function MyAddon:ResComm_ResStart(event, resser, endTime, target) DEFAULT_CHAT_FRAME:AddMessage(resser .. " is ressing "..target); end Events ResComm_ResStart(event, resser, endTime, resser) Note: Messages comming from oRA2 will not have a reliable endTime. ResComm_ResEnd(event, resser, target) Fired when a...
Main DathRarhek DathRarhek 18 Oct 2008
Keeps track of resurrection spells casted in a group. Uses the CTRA protocol for communication. Does not send messages when oRA2 or CTRA is enabled. Should work in 3.0. See the API description page for more information.
  • 2 pages found