|
UFO: Alien Invasion
|
available mails for a tech - mail and mail_pre in script files More...
#include <cp_research.h>

Data Fields | |
| char * | from |
| const char * | to |
| const char * | subject |
| const char * | date |
| const char * | icon |
| const char * | model |
| bool | read |
available mails for a tech - mail and mail_pre in script files
Definition at line 110 of file cp_research.h.
| const char* techMail_t::date |
date string, if empty use the date of research
Definition at line 116 of file cp_research.h.
Referenced by UP_SetMailHeader().
| char* techMail_t::from |
sender (_mail_from_paul_navarre, _mail_from_dr_connor)
Definition at line 111 of file cp_research.h.
Referenced by UP_OpenMail_f(), and UP_SetMailHeader().
| const char* techMail_t::icon |
name of an image file to display in the mail client
Definition at line 117 of file cp_research.h.
Referenced by UP_OpenMail_f().
| const char* techMail_t::model |
model name of the sender
Definition at line 118 of file cp_research.h.
Referenced by RS_ParseTechnologies(), and UP_SetMailHeader().
| bool techMail_t::read |
already read the mail?
Definition at line 119 of file cp_research.h.
Referenced by RS_LoadXML(), RS_SaveXML(), UP_OpenMail_f(), and UP_SetMailHeader().
| const char* techMail_t::subject |
mail subject line - if mail and mail_pre are available this will be filled with Proposal: (mail_pre) and Re: (mail) automatically
Definition at line 113 of file cp_research.h.
Referenced by RS_InitTree(), UP_OpenMail_f(), and UP_SetMailHeader().
| const char* techMail_t::to |
recipient (_mail_to_base_commander)
Definition at line 112 of file cp_research.h.
Referenced by RS_InitTree(), and UP_SetMailHeader().