wManager.Wow.Helpers Namespace
WRobot

TaxiList..::..AddOrEditForCurrentPlayer Method (List<(Of <(<'TaxiNode>)>)>, Boolean)

Adds the or edit for current player.

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

Syntax


public static void AddOrEditForCurrentPlayer(
	List<TaxiNode> taxiNodes,
	bool save
)
Public Shared Sub AddOrEditForCurrentPlayer ( _
	taxiNodes As List(Of TaxiNode), _
	save As Boolean _
)
public:
static void AddOrEditForCurrentPlayer(
	List<TaxiNode^>^ taxiNodes, 
	bool^ save
)

Parameters

taxiNodes
Type: List<(Of <(<'TaxiNode>)>)>
The taxi nodes.
save
Type: Boolean
if set to true to save.