![]() |
dsekai
World engine for retrocomputers.
|

Data Fields | |
| struct TILEMAP_COORDS | coords |
| uint8_t | f |
| Total node cost. | |
| uint8_t | g |
| Distance from node to pathfinding start. | |
| uint8_t | h |
| Estimated distance from node to pathfinding target. | |
| int8_t | dir |
| Direction of this node from its parent. | |