wManager.Wow.Helpers Namespace
WRobot

SpellManager..::..IsAutoRepeating Method

Determines whether is automatic repeating.

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

Syntax


public static bool IsAutoRepeating(
	string name
)
Public Shared Function IsAutoRepeating ( _
	name As String _
) As Boolean
public:
static bool^ IsAutoRepeating(
	String^ name
)

Parameters

name
Type: String
The name (in game).

Return Value

true if is automatic repeating; otherwise, false.