wManager.Wow.Helpers Namespace
WRobot

BuffManager..::..GetAuras Method (UInt32, UInt32)

Get the buffs.

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

Syntax


public static IEnumerable<Aura> GetAuras(
	uint baseAddress,
	uint buffId
)
Public Shared Function GetAuras ( _
	baseAddress As UInteger, _
	buffId As UInteger _
) As IEnumerable(Of Aura)
public:
static IEnumerable<Aura^>^ GetAuras(
	unsigned int^ baseAddress, 
	unsigned int^ buffId
)

Parameters

baseAddress
Type: UInt32
The wow object base address (GetBaseAddress).
buffId
Type: UInt32
The spell id..

Return Value

IEnumerable<Aura>.