____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
A futuristic real-time strategy game.
This file is part of Bos Wars.
(C) Copyright 2001-2007 by the Bos Wars and Stratagus Project.
Distributed under the "GNU General Public License"Public Attributes | |
| int | X |
| X coordinate. | |
| int | Y |
| Y coordinate. | |
| int | O |
| Offset into matrix. | |
| int | Costs |
| complete costs to goal | |
Definition at line 53 of file astar.cpp.
| int Open::X |
X coordinate.
Definition at line 54 of file astar.cpp.
Referenced by AStarAddNode(), AStarFindPath(), and AStarReplaceNode().
| int Open::Y |
Y coordinate.
Definition at line 55 of file astar.cpp.
Referenced by AStarAddNode(), AStarFindPath(), and AStarReplaceNode().
| int Open::O |
Offset into matrix.
Definition at line 56 of file astar.cpp.
Referenced by AStarAddNode(), AStarFindPath(), AStarGetStats(), and AStarReplaceNode().
| int Open::Costs |
complete costs to goal
Definition at line 57 of file astar.cpp.
Referenced by AStarAddNode(), AStarGetStats(), and AStarReplaceNode().
1.5.6