wManager.Wow.Helpers Namespace
WRobot

Engine..::..States Property

Gets the states list (to add state it is better to use AddState(State)).

Namespace:  robotManager.FiniteStateMachine
Assembly:  robotManager (in robotManager.dll)

Syntax


public List<State> States { get; set; }
Public Property States As List(Of State)
	Get
	Set
public:
property List<State^>^ States {
	List<State^>^ get ();
	void set (List<State^>^ value);
}

Field Value

The states.