wManager.Wow.Helpers Namespace
WRobot

MovementManager Methods

The MovementManager type exposes the following members.

Methods


  Name Description
Public method Static member AngleToFacing
Angle to facing position B.
Public method Static member AvoidWallRay
Try to avoid the wall and small obstacles TraceLine (you need to enabled option AvoidWallWithRays).
Public method Static member Face(WoWUnit)
Face the Unit.
Public method Static member Face(WoWPlayer)
Face the specified Player.
Public method Static member Face(WoWGameObject)
Face the specified GameObject.
Public method Static member Face(Vector3)
Faces the specified position.
Public method Static member Go
Follow path.
Public method Static member GoLoop
Follow path in loop.
Public method Static member GoUnderWater
Go under water (used by sample when character is dead if corpse is under water).
Public method Static member IsBehind
Determine whether the specified position is behind specified target position and rotation.
Public method Static member IsFacing
Determine whether the specified position and rotation is facing specified position.
Public method Static member LaunchThreadMovementManager
Launch the movement manager thread (if not launched).
Public method Static member MoveTo(Vector3)
Move to position.
Public method Static member MoveTo(Single, Single, Single)
Move to Position.
Public method Static member MoveTo(WoWUnit)
Moves to unit.
Public method Static member MoveTo(WoWGameObject)
Moves to game object.
Public method Static member StopMove
Public method Static member StopMoveNewThread
Call StopMove()()()() in new thread.
Public method Static member StopMoveOnly
Public method Static member StopMoveTo()()()()
Public method Static member StopMoveTo(Boolean, Int32)
Public method Static member StopMoveToNewThread
Call StopMoveTo()()()() in new thread