wManager.Wow.Helpers Namespace
WRobot

MovementManager Properties

The MovementManager type exposes the following members.

Properties


  Name Description
Public property Static member CurrentMoveTo
Get the current move to position.
Public property Static member CurrentPath
Get the current path (can be modified by MovementManager when character are stuck, unmodified path is CurrentPathOrigine).
Public property Static member CurrentPathOrigine
Get the unmodified current path (because CurrentPath can be modified).
Public property Static member InMovement
Public property Static member InMovementLoop
Return true if the player is currently in move (GoLoop(List<(Of <<'(Vector3>)>>), Boolean, Int32)).
Public property Static member InMovementNoLoop
Return true if the player is currently in move (Go(List<(Of <<'(Vector3>)>>), Boolean)).
Public property Static member InMoveTo
Get if character use MoveTo(Vector3).
Public property Static member IsUnStuck
Return true if unstuck is in progress
Public property Static member PointId
Get or set the current path index (position in CurrentPath).
Public property Static member StuckCount
Get number of stuck