Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <mission.h>
Public Member Functions | |
Unit * | getOwner () |
void | setOwner (Unit *u) |
Objective () | |
Objective (float complete, std::string obj) | |
Public Attributes | |
float | completeness |
std::string | objective |
UnitContainer | Owner |
|
inline |
Definition at line 451 of file mission.h.
References completeness.
|
inline |
Definition at line 455 of file mission.h.
References completeness, and objective.
Unit * Mission::Objective::getOwner | ( | ) |
|
inline |
float Mission::Objective::completeness |
Definition at line 443 of file mission.h.
Referenced by Objective().
std::string Mission::Objective::objective |
Definition at line 444 of file mission.h.
Referenced by getOwner(), and Objective().
UnitContainer Mission::Objective::Owner |
Definition at line 450 of file mission.h.
Referenced by getOwner(), and setOwner().