wManager.Wow.Helpers Namespace
WRobot

WoWUnit..::..BuffStack Method (List<(Of <(<'UInt32>)>)>)

Buff stack count.

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

Syntax


public int BuffStack(
	List<uint> idBuffs
)
Public Function BuffStack ( _
	idBuffs As List(Of UInteger) _
) As Integer
public:
int^ BuffStack(
	List<unsigned int^>^ idBuffs
)

Parameters

idBuffs
Type: List<(Of <(<'UInt32>)>)>
The spell ids.

Return Value

stack count.