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

Go to the source code of this file.
Functions | |
| void | CP_UFOCarrierNextStage (struct mission_s *mission) |
| void | CP_SpawnUFOCarrier_f (void) |
| Spawns a UFO-Carrier mission. | |
| void | CP_AttackUFOCarrier_f (void) |
| Decide whether you hit and destroyed the carrier and spawns a new carrier crash site mission. | |
Campaign mission headers.
Definition in file cp_mission_ufocarrier.h.
Decide whether you hit and destroyed the carrier and spawns a new carrier crash site mission.
Definition at line 116 of file cp_mission_ufocarrier.cpp.
References ccs, cgi, CP_EndCampaign(), CP_GetCarrierMission(), CP_GetRandomPosOnGeoscape(), CP_SpawnCrashSiteMission(), ERR_DROP, mapDef_t::id, INS_HasType(), INSTALLATION_ORBIT, mission_t::mapDef, MAX_UFOONGEOSCAPE, aircraft_t::mission, aircraft_t::pos, TEXT_STANDARD, mission_t::ufo, UFO_CreateFromTemplate(), and UFO_GetTemplate().
Spawns a UFO-Carrier mission.
Definition at line 90 of file cp_mission_ufocarrier.cpp.
References _, cgi, CL_EventAddMail(), CP_CreateNewMission(), CP_GetCarrierMission(), GEO_CenterPosition(), GEO_GetColor(), INS_Build(), INS_GetInstallationTemplateByType(), INSTALLATION_ORBIT, INTERESTCATEGORY_UFOCARRIER, MapIsWater, MAPTYPE_TERRAIN, installationTemplate_t::name, and Vector2FromInt.
| void CP_UFOCarrierNextStage | ( | struct mission_s * | mission | ) |