wManager.Wow.Helpers Namespace
WRobot

WoWLocalPlayer..::..CooldownTimeLeft Method (String, Boolean)

Cooldown time left.

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

Syntax


public int CooldownTimeLeft(
	string spellName,
	bool isSpellNameInGame
)
Public Function CooldownTimeLeft ( _
	spellName As String, _
	isSpellNameInGame As Boolean _
) As Integer
public:
int^ CooldownTimeLeft(
	String^ spellName, 
	bool^ isSpellNameInGame
)

Parameters

spellName
Type: String
Name of spell.
isSpellNameInGame
Type: Boolean
if set to true is spell name in game (if false it is english name)).

Return Value

System.Int32.