wManager.Wow.Helpers Namespace
WRobot

WoWLocalPlayer..::..CooldownEnabled Method (UInt32)

Cooldown enabled.

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

Syntax


public bool CooldownEnabled(
	uint spellId
)
Public Function CooldownEnabled ( _
	spellId As UInteger _
) As Boolean
public:
bool^ CooldownEnabled(
	unsigned int^ spellId
)

Parameters

spellId
Type: UInt32
The spell id.

Return Value

true if enabled, false otherwise.