wManager.Wow.Helpers Namespace
WRobot

Pause Class

Class Pause. NeedToRun return true when InPause. All states with lower priority will not be executed while the bot is paused. Implements the State

Namespace:  wManager.Wow.Bot.States
Assembly:  wManager (in wManager.dll)

Syntax


public class Pause : State
Public Class Pause _
	Inherits State
public ref class Pause : public State

Inheritance Hierarchy


Object
  robotManager.FiniteStateMachine..::..State
    wManager.Wow.Bot.States..::..Pause