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
Facts
- Date created
- 29 Sep 2008
- Category
- Last update
- 12 Oct 2008
- Development stage
- Abandoned
- Language
- deDE
- enUS
- License
- GNU General Public License version 3 (GPLv3)
- Recent files
- B: r12 for 2.4.3 on 12 Oct 2008
- A: r11 for 2.4.3 on 09 Oct 2008
- A: r10 for 2.4.3 on 03 Oct 2008
- A: r9 for 2.4.3 on 03 Oct 2008
- B: LibCooldown-Spell-2.0-r82174 for 2.4.3 on 29 Sep 2008
Authors
Relationships
- Embedded library
- CallbackHandler-1.0
- LibBabble-Zone-3.0
- LibGratuity-3.0
- LibSimpleTimer-1.0
- LibStub