Click or drag to resize

AvoidanceManagerAddAvoidLocation Method (FuncBoolean, FuncVector3, Single, Single, FuncVector3, Boolean)

Run away from location.

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static AvoidInfo AddAvoidLocation(
	Func<bool> canRun,
	Func<Vector3> leashPointProducer,
	float leashRadius,
	float radius,
	Func<Vector3> locationProducer,
	bool ignoreIfBlocking = false
)

Parameters

canRun
Type: SystemFuncBoolean
The condition.
leashPointProducer
Type: SystemFuncVector3
The leash point selector.
leashRadius
Type: SystemSingle
The leash radius.
radius
Type: SystemSingle
The max distance to run.
locationProducer
Type: SystemFuncVector3
The location selector.
ignoreIfBlocking (Optional)
Type: SystemBoolean
If set to true the object will be ignored if no path can be generated around it (default: false)

Return Value

Type: AvoidInfo
See Also