wManager.Wow.Helpers Namespace
WRobot

SpellManager..::..GetSpellCooldownTimeLeftBySpellName Method

Get the spell cooldown time left by spell name (in english).

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


public static int GetSpellCooldownTimeLeftBySpellName(
	string spellName
)
Public Shared Function GetSpellCooldownTimeLeftBySpellName ( _
	spellName As String _
) As Integer
public:
static int^ GetSpellCooldownTimeLeftBySpellName(
	String^ spellName
)

Parameters

spellName
Type: String
spell name (in english)

Return Value

time left milliseconds.