OpenXcom  1.0
Open-source clone of the original X-Com
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
OpenXcom::MissionWave Struct Reference

Information about a mission wave. More...

#include <RuleAlienMission.h>

Public Attributes

std::string ufoType
 The type of the spawned UFOs.
 
size_t ufoCount
 The number of UFOs that will be generated. More...
 
std::string trajectory
 The trajectory ID for this wave's UFOs. More...
 
size_t spawnTimer
 Number of minutes between UFOs in the wave. More...
 

Detailed Description

Information about a mission wave.

Mission waves control the UFOs that will be generated during an alien mission.

Member Data Documentation

size_t OpenXcom::MissionWave::spawnTimer

Number of minutes between UFOs in the wave.

The actual value used is spawnTimer/4 or 3*spawnTimer/4.

std::string OpenXcom::MissionWave::trajectory

The trajectory ID for this wave's UFOs.

Trajectories control the way UFOs fly around the Geoscape.

size_t OpenXcom::MissionWave::ufoCount

The number of UFOs that will be generated.

The UFOs are generated sequentially, one every spawnTimer minutes.


The documentation for this struct was generated from the following file: