|
UFO: Alien Invasion
|
Campaign mission headers. More...

Go to the source code of this file.
Functions | |
| void | CP_TerrorMissionOnSpawn (void) |
| Run when the mission is spawned. | |
| void | CP_TerrorMissionStart (struct mission_s *mission) |
| void | CP_TerrorMissionIsFailure (struct mission_s *mission) |
| void | CP_TerrorMissionIsSuccess (struct mission_s *mission) |
| void | CP_TerrorMissionNextStage (struct mission_s *mission) |
Campaign mission headers.
Definition in file cp_mission_terror.h.
| void CP_TerrorMissionIsFailure | ( | struct mission_s * | mission | ) |
| void CP_TerrorMissionIsSuccess | ( | struct mission_s * | mission | ) |
| void CP_TerrorMissionNextStage | ( | struct mission_s * | mission | ) |
Run when the mission is spawned.
Definition at line 67 of file cp_mission_terror.cpp.
References INT_ChangeIndividualInterest(), and INTERESTCATEGORY_TERROR_ATTACK.
Referenced by CP_CreateNewMission().
| void CP_TerrorMissionStart | ( | struct mission_s * | mission | ) |