wManager.Wow.Helpers Namespace
WRobot

BuffManager..::..AuraStack Method

Buff stack count.

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

Syntax


public static int AuraStack(
	uint baseAddress,
	List<uint> buffId
)
Public Shared Function AuraStack ( _
	baseAddress As UInteger, _
	buffId As List(Of UInteger) _
) As Integer
public:
static int^ AuraStack(
	unsigned int^ baseAddress, 
	List<unsigned int^>^ buffId
)

Parameters

baseAddress
Type: UInt32
The wow object base address (GetBaseAddress).
buffId
Type: List<(Of <(<'UInt32>)>)>
The spell id..

Return Value

System.Int32.