![]() |
OpenXcom
1.0
Open-source clone of the original X-Com
|
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... | |
| bool | objective |
| This wave performs the mission objective. More... | |
Information about a mission wave.
Mission waves control the UFOs that will be generated during an alien mission.
| bool OpenXcom::MissionWave::objective |
This wave performs the mission objective.
The UFO executes a special action based on the mission objective.
| 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.
1.8.14