wManager.Wow.Helpers Namespace
WRobot

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

Get the buff.

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

Syntax


public static Aura GetAura(
	uint baseAddress,
	uint buffId
)
Public Shared Function GetAura ( _
	baseAddress As UInteger, _
	buffId As UInteger _
) As Aura
public:
static Aura^ GetAura(
	unsigned int^ baseAddress, 
	unsigned int^ buffId
)

Parameters

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

Return Value

Aura.