Click or drag to resize

CommonBehaviorsMoveToLos Method

Creates a behavior to move the curreint character to line of sight with the specified character, and optionally stop when within LOS of the character.

Namespace:  ff14bot.Behavior
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Composite MoveToLos(
	ValueRetriever<GameObject> unit,
	bool stopInLos = false
)

Parameters

unit
Type: ff14bot.BehaviorValueRetrieverGameObject
The unit.
stopInLos (Optional)
Type: SystemBoolean
(optional) the stop in range.

Return Value

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