Taxi..::..GetNearestNode Method (Vector3, Boolean%)
Gets the nearest node (need taxi frame open).
Namespace:
wManager.Wow.HelpersAssembly: wManager (in wManager.dll)
Syntax
Public Shared Function GetNearestNode ( _ targetPosition As Vector3, _ <OutAttribute> ByRef result As Boolean _ ) As TaxiNode
public: static TaxiNode^ GetNearestNode( Vector3^ targetPosition, [OutAttribute] bool^% result )
Parameters
- targetPosition
- Type: robotManager.Helpful..::..Vector3
The target position.
- result
- Type: Boolean%
true if success.