#include <struct.h>
Data Fields | |
| int | x |
| int | y |
| int | num_connections |
| int | suppress_random_spawn |
| int | connections [MAX_WP_CONNECTIONS] |
Definition at line 863 of file struct.h.
| int waypoint_s::x |
Definition at line 865 of file struct.h.
Referenced by action_toggle_waypoint(), action_toggle_waypoint_connection_user(), Cheatmenu(), EncodeLevelForSaving(), PurifyWaypointList(), SetNewRandomWaypoint(), ShowWaypoints(), ShuffleEnemys(), state_machine_returning_home(), and state_machine_situational_transitions().
| int waypoint_s::y |
Definition at line 866 of file struct.h.
Referenced by action_toggle_waypoint(), action_toggle_waypoint_connection_user(), PurifyWaypointList(), SetNewRandomWaypoint(), ShowWaypoints(), ShuffleEnemys(), state_machine_returning_home(), and state_machine_situational_transitions().
Definition at line 867 of file struct.h.
Referenced by action_toggle_waypoint_connection(), action_toggle_waypoint_connection_user(), DeleteWaypoint(), SetNewRandomWaypoint(), and ShowWaypoints().
| int waypoint_s::connections[MAX_WP_CONNECTIONS] |
Definition at line 869 of file struct.h.
Referenced by action_toggle_waypoint_connection(), CheckWaypointIntegrity(), DeleteWaypoint(), EncodeLevelForSaving(), SetNewRandomWaypoint(), and ShowWaypoints().
1.5.5