UFO: Alien Invasion
Loading...
Searching...
No Matches
cp_mission_ufocarrier.h File Reference

Campaign mission headers. More...

This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Campaign mission headers.

Definition in file cp_mission_ufocarrier.h.

Function Documentation

◆ CP_AttackUFOCarrier_f()

void CP_AttackUFOCarrier_f ( void )

Decide whether you hit and destroyed the carrier and spawns a new carrier crash site mission.

Todo
until we have the carrier mission fully implemented, this is the campaign end

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().

◆ CP_SpawnUFOCarrier_f()

◆ CP_UFOCarrierNextStage()

void CP_UFOCarrierNextStage ( struct mission_s * mission)