wManager.Wow.Helpers Namespace
WRobot

WoWLocalPlayer..::..CanMove Property

Gets a value indicating whether can move (!IsCast && !Influenced && !IsStunned && !IsOnTaxi).

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

Syntax


public bool CanMove { get; }
Public ReadOnly Property CanMove As Boolean
	Get
public:
property bool^ CanMove {
	bool^ get ();
}

Field Value

true if can move; otherwise, false.