Click or drag to resize

AvoidInfoIgnoreIfBlocking Property

Gets a value indicating whether to ignore avoid if no avoid path is found.

Namespace:  ff14bot.Pathing.Avoidance
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public bool IgnoreIfBlocking { get; }

Property Value

Type: Boolean
true if should not ignore avoid if no avoid path is found, false otherwisr.
See Also