wManager.Wow.Helpers Namespace
WRobot

Taxi..::..TakeTaxiNode Method (Int32, String)

Takes the taxi node (need taxi frame open).

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

Syntax


public static bool TakeTaxiNode(
	int slotIndex,
	string nodeName
)
Public Shared Function TakeTaxiNode ( _
	slotIndex As Integer, _
	nodeName As String _
) As Boolean
public:
static bool^ TakeTaxiNode(
	int^ slotIndex, 
	String^ nodeName
)

Parameters

slotIndex
Type: Int32
Index of the slot.
nodeName
Type: String
Name of the node.

Return Value

true if success, false otherwise.