wManager.Wow.Helpers Namespace
WRobot

Engine Members

The Engine type exposes the following members.

Constructors


  Name Description
Public method Engine
Initializes a new instance of the Engine class.

Methods


  Name Description
Public method AddState
Add state.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Pulse
Pulses states list one time
Public method RemoveStateByName
Remove state by name.
Public method StartEngine
Starts the engine Pulse()()()() states list in loop in new thread.
Public method StopEngine
Stops the engine (and abort thread).
Public method ToString (Inherited from Object.)

Fields


  Name Description
Public field Static member LaunchedStateTypeName
The launched states names list

Properties


  Name Description
Public property Running
Gets a value indicating whether this Engine is running.
Public property States
Gets the states list (to add state it is better to use AddState(State)).