wManager.Wow.Helpers Namespace
WRobot

BuffManager..::..CastedByAll Method

Casted by all (return Guid).

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

Syntax


public static List<ulong> CastedByAll(
	uint baseAddress,
	List<uint> buffId
)
Public Shared Function CastedByAll ( _
	baseAddress As UInteger, _
	buffId As List(Of UInteger) _
) As List(Of ULong)
public:
static List<unsigned long long^>^ CastedByAll(
	unsigned int^ baseAddress, 
	List<unsigned int^>^ buffId
)

Parameters

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

Return Value

List<Int128>.