FlightMasterTakeTaxiState Members
The FlightMasterTakeTaxiState type exposes the following members.
Methods
Name | Description | |
---|---|---|
Compare |
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
(Inherited from State.) |
|
CompareTo |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from State.) |
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetNearestFlightMaster |
Gets the nearest WoWUnit flightmaster (in game (ObjectManager) from character position).
|
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Run |
Runs this instance.
|
|
RunStatic |
Call this method if NeedToRunStatic is true (called by Run()()()())
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
BeforeStates |
Launch these states before Run()()()() this state (NeedToRun must be true), empty if not used.
(Inherited from State.) |
|
DisplayName |
Gets the display name.
|
|
NeedToRun |
Indicate if Engine need to call method Run()()()().
|
|
NeedToRunStatic |
Gets a value indicating if you can call RunStatic()()()() (called by NeedToRun)
|
|
NextStates |
Launch these states after Run()()()() this state, empty if not used.
(Inherited from State.) |
|
Priority |
Gets the priority (determine the order of execution by Engine).
(Inherited from State.) |