wManager.Wow.Helpers Namespace
WRobot

TaxiList..::..GetTaxiNodesOfCurrentPlayer Method

Gets the taxi nodes of current player.

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


public static List<TaxiNode> GetTaxiNodesOfCurrentPlayer(
	bool onlyActive
)
Public Shared Function GetTaxiNodesOfCurrentPlayer ( _
	onlyActive As Boolean _
) As List(Of TaxiNode)
public:
static List<TaxiNode^>^ GetTaxiNodesOfCurrentPlayer(
	bool^ onlyActive
)

Parameters

onlyActive
Type: Boolean
if set to true [only active].

Return Value

List<TaxiNode>.