wManager.Wow.Helpers Namespace
WRobot

State..::..BeforeStates Property

Launch these states before Run()()()() this state (NeedToRun must be true), empty if not used.

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

Syntax


public virtual List<State> BeforeStates { get; }
Public Overridable ReadOnly Property BeforeStates As List(Of State)
	Get
public:
virtual property List<State^>^ BeforeStates {
	List<State^>^ get ();
}

Field Value

The before states.