wManager.Wow.Helpers Namespace
WRobot

BuffManager..::..GetAura Method (UInt32, List<(Of <(<'UInt32>)>)>)

Gets the aura by spell id.

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

Syntax


public static Aura GetAura(
	uint baseAddress,
	List<uint> buffId
)
Public Shared Function GetAura ( _
	baseAddress As UInteger, _
	buffId As List(Of UInteger) _
) As Aura
public:
static Aura^ GetAura(
	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

Aura.