|
UFO: Alien Invasion
|
Header file for Alien Containment stuff. More...

Go to the source code of this file.
Functions | |
| void | AL_AddAliens (struct aircraft_s *aircraft) |
| bool | AL_AddAlienTypeToAircraftCargo (struct aircraft_s *aircraft, const teamDef_t *teamDef, int amount, bool dead) |
| int | AL_CountAll (void) |
| Counts live aliens in all bases. | |
| void | AC_InitStartup (void) |
| Defines commands and cvars for the alien containment menu(s). | |
Header file for Alien Containment stuff.
Definition in file cp_aliencont.h.
Defines commands and cvars for the alien containment menu(s).
Definition at line 178 of file cp_aliencont.cpp.
References AC_InitCallbacks(), and cgi.
Referenced by CP_InitStartup().
| void AL_AddAliens | ( | struct aircraft_s * | aircraft | ) |
Collecting aliens functions.
| bool AL_AddAlienTypeToAircraftCargo | ( | struct aircraft_s * | aircraft, |
| const teamDef_t * | teamDef, | ||
| int | amount, | ||
| bool | dead ) |
Counts live aliens in all bases.
Definition at line 128 of file cp_aliencont.cpp.
References base_t::alienContainment, B_GetNext(), and AlienCargo::getAlive().
Referenced by RS_RequirementsMet().