|
UFO: Alien Invasion
|
Defines campaign events when story related technologies should be researched. More...
#include <cp_event.h>

Data Fields | |
| char * | tech |
| int | interest |
Defines campaign events when story related technologies should be researched.
Definition at line 64 of file cp_event.h.
| int campaignEvent_t::interest |
the interest value (see ccs.oberallInterest)
Definition at line 66 of file cp_event.h.
Referenced by CL_ParseCampaignEvents().
| char* campaignEvent_t::tech |
technology id that should be researched if the overall interest is reached
Definition at line 65 of file cp_event.h.
Referenced by CL_ParseCampaignEvents().