wManager.Wow.Helpers Namespace
WRobot

UnitCanAttack..::..CanAttack Method (UInt32)

Returns true if the character can attack the specified unit, false otherwise.

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

Syntax


public static bool CanAttack(
	uint baseAddressTarget
)
Public Shared Function CanAttack ( _
	baseAddressTarget As UInteger _
) As Boolean
public:
static bool^ CanAttack(
	unsigned int^ baseAddressTarget
)

Parameters

baseAddressTarget
Type: UInt32
[WoWObject.GetBaseAddress] of specified unit.

Return Value

true if can attack; otherwise, false.