Definition in file aipur.c.
#include "Buzz_inc.h"
#include "externs.h"
Go to the source code of this file.
Functions | |
void | AIAstroPur (char plr) |
AI Wants to purchase Astronauts. | |
void | AIPur (char plr) |
int | AIQUnit (short hwx, short unx, char plr) |
void | CheckAdv (char plr) |
int | CheckMax (char plr, int m) |
void | DrawStatistics (char Win) |
void | DumpAstro (char plr, int inx) |
int | GenPur (char plr, int hwx, int unx) |
void | RDafford (char plr, int class, int index) |
void | RemoveUnhappy (char plr) |
Remove unhappy astro's. | |
void | SelectBest (char plr, int pos) |
Select the best crew for the mission. | |
char | SF (char plr, char m) |
char | Skill (char plr, char type) |
char | SN (char plr, char m) |
void | Stat (char Win) |
void | TransAstro (char plr, int inx) |
Variables | |
char | AI [2] |
char | AIMaxSel |
char | AIsel [25] |
struct ManPool * | Men |
char | Obs [6] |
char | Option |
void AIAstroPur | ( | char | plr | ) |
void AIPur | ( | char | plr | ) |
int AIQUnit | ( | short | hwx, | |
short | unx, | |||
char | plr | |||
) |
void CheckAdv | ( | char | plr | ) |
void DumpAstro | ( | char | plr, | |
int | inx | |||
) |
int GenPur | ( | char | plr, | |
int | hwx, | |||
int | unx | |||
) |
Definition at line 656 of file aipur.c.
Referenced by AIMaster(), AIPur(), BoostCheck(), CheckVoting(), GetHard(), KeepRD(), MoonProgram(), NewAI(), PickModule(), Strategy_One(), Strategy_Thr(), and Strategy_Two().
void RDafford | ( | char | plr, | |
int | class, | |||
int | index | |||
) |
Definition at line 556 of file aipur.c.
Referenced by AIMaster(), AIPur(), BoostCheck(), CheckVoting(), GenPur(), KeepRD(), MoonProgram(), NewAI(), PickModule(), RDPrograms(), Strategy_One(), Strategy_Thr(), and Strategy_Two().
void SelectBest | ( | char | plr, | |
int | pos | |||
) |
Select the best crew for the mission.
Definition at line 256 of file aipur.c.
Referenced by AIAstroPur().
char Skill | ( | char | plr, | |
char | type | |||
) |
void TransAstro | ( | char | plr, | |
int | inx | |||
) |
char AIMaxSel |
char AIsel[25] |