Home
last modified time | relevance | path

Searched defs:ai_goal (Results 1 – 5 of 5) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ai/
H A Dai.h78 typedef struct ai_goal { struct
79 …t signature; // Unique identifier. All goals ever created (per mission) have a unique signature.
80 int ai_mode; // one of the AIM_* modes for this goal
81 int ai_submode; // maybe need a submode
82 int type; // one of the AIG_TYPE_* values above
106 } ai_goal; argument
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ai/
H A Dai.h133 typedef struct ai_goal { struct
134 …t signature; // Unique identifier. All goals ever created (per mission) have a unique signature.
135 int ai_mode; // one of the AIM_* modes for this goal
136 int ai_submode; // maybe need a submode
137 int type; // one of the AIG_TYPE_* values above
161 } ai_goal; argument
H A Daigoals.cpp203 int ai_query_goal_valid( int ship, int ai_goal ) in ai_query_goal_valid()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dsexp.h993 int ai_goal; member
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp.h1076 int ai_goal; member