Click or drag to resize

AvoidOnUpdate Method

Updates internal avoid state. Only called if Object is valid and after location has been updated.

Namespace:  ff14bot.Pathing.Avoidance
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
protected abstract void OnUpdate(
	out bool updateBounds
)

Parameters

updateBounds
Type: SystemBoolean
See Also