AStarfindBestOpenNode Method |
[Missing <summary> documentation for "M:Planetbase.AStar.findBestOpenNode(System.Int32@)"]
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic NavigationNode findBestOpenNode(
out int index
)
Public Function findBestOpenNode (
<OutAttribute> ByRef index As Integer
) As NavigationNode
public:
NavigationNode^ findBestOpenNode(
[OutAttribute] int% index
)
Parameters
- index
- Type: SystemInt32
[Missing <param name="index"/> documentation for "M:Planetbase.AStar.findBestOpenNode(System.Int32@)"]
Return Value
Type:
NavigationNode[Missing <returns> documentation for "M:Planetbase.AStar.findBestOpenNode(System.Int32@)"]
See Also