Click or drag to resize

Poi Constructor (Vector3, PoiType)

Constructor.

Namespace:  ff14bot.Helpers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Poi(
	Vector3 location,
	PoiType type
)

Parameters

location
Type: Clio.UtilitiesVector3
The location.
type
Type: ff14bot.HelpersPoiType
The type.
Remarks
Nesox, 2013-07-04.
See Also