Click or drag to resize

AStarFindPath Method

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void FindPath(
	int startNodeRef,
	int endNodeRef,
	List<int> nodeRefs
)

Parameters

startNodeRef
Type: SystemInt32
endNodeRef
Type: SystemInt32
nodeRefs
Type: System.Collections.GenericListInt32
See Also