Click or drag to resize

CommonBehaviorsMoveTo Method (ValueRetrieverVector3, ValueRetrieverString, Composite, ValueRetrieverTimeSpan)

Creates a behavior to move the current character to the specified location. This will always return Success.

Namespace:  ff14bot.Behavior
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Composite MoveTo(
	ValueRetriever<Vector3> location,
	ValueRetriever<string> destination,
	Composite onFailed = null,
	ValueRetriever<TimeSpan> timeout = null
)

Parameters

location
Type: ff14bot.BehaviorValueRetrieverVector3
The location.
destination
Type: ff14bot.BehaviorValueRetrieverString
The destination name.
onFailed (Optional)
Type: TreeSharpComposite
A composite to run if path generation fails.
timeout (Optional)
Type: ff14bot.BehaviorValueRetrieverTimeSpan
The timeout.

Return Value

Type: Composite
Remarks
Created 3/11/2012.
See Also