UFO: Alien Invasion
Loading...
Searching...
No Matches
techMail_t Struct Reference

available mails for a tech - mail and mail_pre in script files More...

#include <cp_research.h>

Collaboration diagram for techMail_t:
Collaboration graph

Data Fields

char * from
const char * to
const char * subject
const char * date
const char * icon
const char * model
bool read

Detailed Description

available mails for a tech - mail and mail_pre in script files

See also
eventMail_t

Definition at line 110 of file cp_research.h.

Field Documentation

◆ date

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().

◆ from

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().

◆ icon

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().

◆ model

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().

◆ read

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().

◆ subject

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().

◆ to

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().


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