Click or drag to resize

NavGraphNpcTransportNode Constructor

Namespace:  ff14bot.Navigation
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public NpcTransportNode(
	uint npcId,
	uint index,
	Vector3 location,
	ushort zoneid,
	Vector3 landingposition,
	ushort landingzoneid,
	NavGraphNpcTransportType transportType,
	uint selectstringindex,
	uint gilcost,
	uint transitioncost,
	Func<bool> active
)

Parameters

npcId
Type: SystemUInt32
index
Type: SystemUInt32
Used when a npc has multiple locations it can go to,to allow generation of unique node ids
location
Type: Clio.UtilitiesVector3
zoneid
Type: SystemUInt16
landingposition
Type: Clio.UtilitiesVector3
landingzoneid
Type: SystemUInt16
transportType
Type: ff14bot.NavigationNavGraphNpcTransportType
selectstringindex
Type: SystemUInt32
gilcost
Type: SystemUInt32
transitioncost
Type: SystemUInt32
active
Type: SystemFuncBoolean
See Also