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 108 of file cp_research.h.
const char* techMail_s::date |
date string, if empty use the date of research
Definition at line 114 of file cp_research.h.
Referenced by UP_SetMailHeader().
char* techMail_s::from |
sender (_mail_from_paul_navarre, _mail_from_dr_connor)
Definition at line 109 of file cp_research.h.
Referenced by UP_GetUnreadMails(), UP_OpenMail_f(), and UP_SetMailHeader().
const char* techMail_s::icon |
name of an image file to display in the mail client
Definition at line 115 of file cp_research.h.
Referenced by UP_OpenMail_f().
const char* techMail_s::model |
model name of the sender
Definition at line 116 of file cp_research.h.
Referenced by RS_ParseTechnologies(), and UP_SetMailHeader().
bool techMail_s::read |
already read the mail?
Definition at line 117 of file cp_research.h.
Referenced by RS_LoadXML(), RS_SaveXML(), UP_GetUnreadMails(), UP_OpenMail_f(), UP_SetAllMailsRead_f(), and UP_SetMailHeader().
const char* techMail_s::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 111 of file cp_research.h.
Referenced by RS_InitTree(), UP_OpenMail_f(), and UP_SetMailHeader().
const char* techMail_s::to |
recipient (_mail_to_base_commander)
Definition at line 110 of file cp_research.h.
Referenced by RS_InitTree(), and UP_SetMailHeader().