wManager.Wow.Helpers Namespace
WRobot

Taxi..::..TakeTaxiNode Method (TaxiNode)

Takes the taxi node (need taxi frame open).

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

Syntax


public static bool TakeTaxiNode(
	TaxiNode node
)
Public Shared Function TakeTaxiNode ( _
	node As TaxiNode _
) As Boolean
public:
static bool^ TakeTaxiNode(
	TaxiNode^ node
)

Parameters

node
Type: wManager.Wow.Class..::..TaxiNode
The node.

Return Value

true if success, false otherwise.