BuffManager..::..GetAuras Method (UInt32, List<(Of <(<'UInt32>)>)>)
Gets the auras by spell IDs.
Namespace:
wManager.Wow.HelpersAssembly: wManager (in wManager.dll)
Syntax
public static IEnumerable<Aura> GetAuras( uint baseAddress, List<uint> buffId )
Public Shared Function GetAuras ( _ baseAddress As UInteger, _ buffId As List(Of UInteger) _ ) As IEnumerable(Of Aura)
public: static IEnumerable<Aura^>^ GetAuras( unsigned int^ baseAddress, List<unsigned int^>^ buffId )
Parameters
- baseAddress
- Type: UInt32
The wow object base address (GetBaseAddress).