FYP  1.0.0
Final Year Project -- Alexander Meuer
detail::Wave Struct Reference

Stores information about a single wave. More...

#include <WaveController.hpp>

Collaboration diagram for detail::Wave:
Collaboration graph

Public Member Functions

 Wave (tinyxml2::XMLElement *xml)
 Parses a <Wave> xml tag.
 

Public Attributes

const std::string unitDefinition
 Name of file containing unit definiton (w/o extension)
 
const float spawnDelay
 Seconds after previous wave that this wave should be spawned.
 
const int numberUnits
 Number of units to be spawned.
 

Detailed Description

Stores information about a single wave.

See also
WaveController

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