astar_node_t Struct Reference

#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


Detailed Description

Definition at line 301 of file autopilot.h.


Field Documentation

int astar_node_t::f_score

Definition at line 308 of file autopilot.h.

Referenced by auto_astar_generate_path(), and auto_create_astar_node().

int astar_node_t::g_score

Definition at line 306 of file autopilot.h.

Referenced by auto_astar_generate_path(), and auto_create_astar_node().

int astar_node_t::h_score

Definition at line 307 of file autopilot.h.

Referenced by auto_astar_generate_path(), and auto_create_astar_node().

int astar_node_t::hexoffset

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().


The documentation for this struct was generated from the following file:
Generated on Mon May 28 04:25:48 2007 for BattletechMUX by  doxygen 1.4.7