wManager.Wow.Helpers Namespace
WRobot

Fight..::..CurrentTarget Property

Get or set the current target (avoid changing it unless you know what you are doing).

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

Syntax


public static WoWUnit CurrentTarget { get; set; }
Public Shared Property CurrentTarget As WoWUnit
	Get
	Set
public:
static property WoWUnit^ CurrentTarget {
	WoWUnit^ get ();
	void set (WoWUnit^ value);
}

Field Value

The current target.