Click or drag to resize

AvoidIsValid Property

Gets a value indicating whether this instance is valid.

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

Property Value

Type: Boolean
true if this instance is valid; otherwise, false.
See Also