|
UFO: Alien Invasion
Doxygen documentation generating
|
Campaign mission header. More...

Go to the source code of this file.
Functions | |
| bool | CP_BasemissionIsSubvertingGovernmentMission (const struct mission_s *mission) |
| void | CP_BuildBaseMissionNextStage (const campaign_t *campaign, struct mission_s *mission) |
| void | CP_BuildBaseMissionIsFailure (struct mission_s *mission) |
| void | CP_BuildBaseMissionBaseDestroyed (struct mission_s *mission) |
| void | CP_BuildBaseMissionIsSuccess (struct mission_s *mission) |
| void | CP_BuildBaseMissionOnSpawn (void) |
| Run when the mission is spawned. | |
Variables | |
| const int | STARTING_BASEBUILD_INTEREST |
Campaign mission header.
Definition in file cp_mission_buildbase.h.
| bool CP_BasemissionIsSubvertingGovernmentMission | ( | const struct mission_s * | mission | ) |
| void CP_BuildBaseMissionBaseDestroyed | ( | struct mission_s * | mission | ) |
| void CP_BuildBaseMissionIsFailure | ( | struct mission_s * | mission | ) |
| void CP_BuildBaseMissionIsSuccess | ( | struct mission_s * | mission | ) |
| void CP_BuildBaseMissionNextStage | ( | const campaign_t * | campaign, |
| struct mission_s * | mission | ||
| ) |
Run when the mission is spawned.
Definition at line 91 of file cp_mission_buildbase.cpp.
References INT_ChangeIndividualInterest(), and INTERESTCATEGORY_BUILDING.
Referenced by CP_CreateNewMission().
|
extern |