AvoidanceManagerAddAvoidObjectT Method (FuncBoolean, 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,
float radius,
params uint[] unitIds
)
where T : GameObject
Parameters
- canRun
- Type: SystemFuncBoolean
The can run. - radius
- Type: SystemSingle
The radius. - unitIds
- Type: SystemUInt32
The unit ids.
Type Parameters
- T
Return Value
Type:
AvoidInfoSee Also