wManager.Wow.Helpers Namespace
WRobot

Totems..::..TotemExist Method

Totem exist.

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

Syntax


public static bool TotemExist(
	TotemType totemType
)
Public Shared Function TotemExist ( _
	totemType As TotemType _
) As Boolean
public:
static bool^ TotemExist(
	TotemType^ totemType
)

Parameters

totemType
Type: wManager.Wow.Enums..::..TotemType
Type of totem.

Return Value

true if exist, false otherwise.