wManager.Wow.Helpers Namespace
WRobot

WoWLocalPlayer..::..TotemExist Method

Totem exist.

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

Syntax


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

Parameters

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

Return Value

true if exist, false otherwise.