Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public void FindPath(
int startNodeRef,
int endNodeRef,
List<int> nodeRefs
)
Parameters
- startNodeRef
- Type: SystemInt32
- endNodeRef
- Type: SystemInt32
- nodeRefs
- Type: System.Collections.GenericListInt32
See Also