Click or drag to resize

AvoidLocationT Constructor

Initializes a new instance of the AvoidLocation class.

Namespace:  ff14bot.Pathing.Avoidance
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public AvoidLocation(
	AvoidLocationInfo<T> avoidInfo,
	T object
)

Parameters

avoidInfo
Type: ff14bot.Pathing.AvoidanceAvoidLocationInfoT
The avoid info.
object
Type: T
See Also