LibCooldown-Spell-2.0

This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Description

Register spell cooldowns to more descriptive events.


Callbacks Fired

:LibCooldownSpell_Start(spellName , spellID, startTime, duration)

Arguments

spellName:string - Name of triggered spell
spellID:number - ID of spell in spellbook (as used by GetSpellName(spellID, bookType)
startTime:number - Time when cooldown started (as returned by GetTime())
duration:number - Duration of cooldown until finished

Notes

  • Fired whenever one of your spell cooldowns was started

:LibCooldownPetSpell_Start(spellName , spellID, startTime, duration)

Arguments

spellName:string - Name of triggered spell
spellID:number - ID of spell in spellbook (as used by GetSpellName(spellID, bookType)
startTime:number - Time when cooldown started (as returned by GetTime())
duration:number - Duration of cooldown until finished

Notes

  • Fired whenever one of your pets spell cooldowns was started

:LibCooldownSpell_End(spellName , spellID, startTime, duration)

Arguments

spellName:string - Name of triggered spell
spellID:number - ID of spell in spellbook (as used by GetSpellName(spellID, bookType)
startTime:number - Time when cooldown started (as returned by GetTime())
duration:number - Duration of cooldown until finished

Notes

  • Fired whenever one of your spell cooldowns has finished

:LibCooldownPetSpell_End(spellName , spellID, startTime, duration)

Arguments

spellName:string - Name of triggered spell
spellID:number - ID of spell in spellbook (as used by GetSpellName(spellID, bookType)
startTime:number - Time when cooldown started (as returned by GetTime())
duration:number - Duration of cooldown until finished

Notes

  • Fired whenever one of your pets spell cooldowns has finished


Notes

  • Callbacks are fired using CallbackHandler-1.0

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

WoW Retail

  • r12
    Oct 12, 2008
  • r11
    Oct 9, 2008