wManager.Wow.Helpers Namespace
WRobot

UnitCanAttack..::..CanAttackMe Method

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

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

Syntax


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

Parameters

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

Return Value

true if can attack; otherwise, false.