#include <autopilot.h>
Data Fields | |
short | x |
short | y |
short | x_parent |
short | y_parent |
int | g_score |
int | h_score |
int | f_score |
int | hexoffset |
Definition at line 301 of file autopilot.h.
Definition at line 308 of file autopilot.h.
Referenced by auto_astar_generate_path(), and auto_create_astar_node().
Definition at line 306 of file autopilot.h.
Referenced by auto_astar_generate_path(), and auto_create_astar_node().
Definition at line 307 of file autopilot.h.
Referenced by auto_astar_generate_path(), and auto_create_astar_node().
Definition at line 309 of file autopilot.h.
Referenced by auto_astar_generate_path(), and auto_create_astar_node().
short astar_node_t::x |
Definition at line 302 of file autopilot.h.
Referenced by auto_astar_follow_event(), auto_astar_generate_path(), auto_astar_goto_event(), auto_astar_roam_event(), and auto_create_astar_node().
short astar_node_t::x_parent |
Definition at line 304 of file autopilot.h.
Referenced by auto_astar_generate_path(), and auto_create_astar_node().
short astar_node_t::y |
Definition at line 303 of file autopilot.h.
Referenced by auto_astar_follow_event(), auto_astar_generate_path(), auto_astar_goto_event(), auto_astar_roam_event(), and auto_create_astar_node().
short astar_node_t::y_parent |
Definition at line 305 of file autopilot.h.
Referenced by auto_astar_generate_path(), and auto_create_astar_node().