Click or drag to resize

AvoidIsBlocking Property

Gets a value indicating whether this avoid is blocking path.

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

Property Value

Type: Boolean
true if this avoid is blocking; otherwise, false.
See Also