FS2_Open
Open source remastering of the Freespace 2 engine
ai_goal Struct Reference

#include <ai.h>

Public Attributes

int signature
 
int ai_mode
 
int ai_submode
 
int type
 
int flags
 
fix time
 
int priority
 
char * target_name
 
int target_name_index
 
waypoint_listwp_list
 
int target_instance
 
int target_signature
 
union {
   char *   name
 
   int   index
 
docker
 
union {
   char *   name
 
   int   index
 
dockee
 

Detailed Description

Definition at line 134 of file ai.h.

Member Data Documentation

int ai_goal::ai_mode

Definition at line 136 of file ai.h.

int ai_goal::ai_submode

Definition at line 137 of file ai.h.

union { ... } ai_goal::dockee
union { ... } ai_goal::docker
int ai_goal::flags

Definition at line 139 of file ai.h.

int ai_goal::index

Definition at line 154 of file ai.h.

char* ai_goal::name

Definition at line 153 of file ai.h.

int ai_goal::priority

Definition at line 141 of file ai.h.

int ai_goal::signature

Definition at line 135 of file ai.h.

int ai_goal::target_instance

Definition at line 146 of file ai.h.

char* ai_goal::target_name

Definition at line 143 of file ai.h.

int ai_goal::target_name_index

Definition at line 144 of file ai.h.

int ai_goal::target_signature

Definition at line 147 of file ai.h.

fix ai_goal::time

Definition at line 140 of file ai.h.

int ai_goal::type

Definition at line 138 of file ai.h.

waypoint_list* ai_goal::wp_list

Definition at line 145 of file ai.h.


The documentation for this struct was generated from the following file: