wManager.Wow.Helpers Namespace
WRobot

SpellManager..::..GetSpellCooldownTimeLeft Method (String)

Get the spell cooldown time left by spell name (in game) or spell ID.

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

Syntax


public static int GetSpellCooldownTimeLeft(
	string spellIdOrSpellNameInGame
)
Public Shared Function GetSpellCooldownTimeLeft ( _
	spellIdOrSpellNameInGame As String _
) As Integer
public:
static int^ GetSpellCooldownTimeLeft(
	String^ spellIdOrSpellNameInGame
)

Parameters

spellIdOrSpellNameInGame
Type: String
spell name (in game) or spell ID.

Return Value

time left milliseconds.