Click or drag to resize

AvoidanceManagerAddAvoidObjectT Method (FuncBoolean, Single, PredicateT, FuncT, Vector3, Boolean)

Adds the avoid object.

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static AvoidInfo AddAvoidObject<T>(
	Func<bool> canRun,
	float radius,
	Predicate<T> objectSelector,
	Func<T, Vector3> locationProducer = null,
	bool ignoreIfBlocking = false
)
where T : GameObject

Parameters

canRun
Type: SystemFuncBoolean
The can run.
radius
Type: SystemSingle
The radius.
objectSelector
Type: SystemPredicateT
The object selector.
locationProducer (Optional)
Type: SystemFuncT, Vector3
The location selector.
ignoreIfBlocking (Optional)
Type: SystemBoolean
if set to true [ignore if blocking].

Type Parameters

T

Return Value

Type: AvoidInfo
See Also