Create a new TCODPathFinding with a callback to determine cell information
| C# |
public TCODPathFinding( int width, int height, double diagonalCost, TCODPathCallback callback )
- width (Int32)
- Map Width
- height (Int32)
- Map Height
- diagonalCost (Double)
- Factor diagonal moves cost more
- callback (TCODPathCallback)
- Callback from path finder