AvoidanceManagerAddAvoidObjectT Method (FuncBoolean, FuncT, Single, UInt32) |
Adds the avoid object.
Namespace:
ff14bot.Managers
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static AvoidInfo AddAvoidObject<T>(
Func<bool> canRun,
Func<T, float> radiusProducer,
params uint[] unitIds
)
where T : GameObject
Parameters
- canRun
- Type: SystemFuncBoolean
The can run. - radiusProducer
- Type: SystemFuncT, Single
The radius selector. - unitIds
- Type: SystemUInt32
The unit ids.
Type Parameters
- T
Return Value
Type:
AvoidInfoSee Also