wManager.Wow.Helpers Namespace
WRobot

GoToTask..::..ToPositionAndIntecractWith Method (WoWGameObject, Int32, Boolean, BooleanDelegate)

Go to position and interact with object (closest to the position).

Namespace:  wManager.Wow.Bot.Tasks
Assembly:  wManager (in wManager.dll)

Syntax


public static bool ToPositionAndIntecractWith(
	WoWGameObject gameObject,
	int gossipOptions,
	bool skipIfCannotMakePath,
	BooleanDelegate conditionExit
)
Public Shared Function ToPositionAndIntecractWith ( _
	gameObject As WoWGameObject, _
	gossipOptions As Integer, _
	skipIfCannotMakePath As Boolean, _
	conditionExit As BooleanDelegate _
) As Boolean
public:
static bool^ ToPositionAndIntecractWith(
	WoWGameObject^ gameObject, 
	int^ gossipOptions, 
	bool^ skipIfCannotMakePath, 
	BooleanDelegate^ conditionExit
)

Parameters

gameObject
Type: wManager.Wow.ObjectManager..::..WoWGameObject
The game object.
gossipOptions
Type: Int32
Selects a gossip (conversation) option (in game). (-1 to don't use this option).
skipIfCannotMakePath
Type: Boolean
if set to true skip if PathFinder cannot make path (the method return false).
conditionExit
Type: wManager.Wow.Class..::..BooleanDelegate
Exit condition, default code is: context => (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore);.

Return Value

true if success, false otherwise.