AvoidanceManagerAddAvoidLocation Method (FuncBoolean, 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 public static AvoidInfo AddAvoidLocation(
Func<bool> canRun,
float radius,
Func<Vector3> locationProducer,
bool ignoreIfBlocking = false
)
Parameters
- canRun
- Type: SystemFuncBoolean
The condition. - radius
- Type: SystemSingle
The radius. - 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:
AvoidInfoSee Also