eventMail_s Struct Reference

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

#include <cp_event.h>

Data Fields

char * id
char * from
char * to
char * cc
char * subject
char * date
char * body
char * icon
char * model
qboolean read

Detailed Description

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

See also:
techMail_t
Note:
Parsed via CL_ParseEventMails
You can add a mail to the message system and mail client by using e.g. the mission triggers with the script command 'addeventmail <id>'

Definition at line 39 of file cp_event.h.


Field Documentation

the body of the event mail

Definition at line 48 of file cp_event.h.

Referenced by CL_EventAddMail_f(), CL_NewEventMail(), and UP_Article().

copy recipient (_mail_to_base_commander)

Definition at line 43 of file cp_event.h.

date string, if empty use the date of research

Definition at line 47 of file cp_event.h.

Referenced by CL_EventAddMail_f(), UP_OpenMail_f(), and UP_SetMailHeader().

sender (_mail_from_paul_navarre, _mail_from_dr_connor)

Definition at line 41 of file cp_event.h.

Referenced by CL_EventAddMail_f(), UP_OpenMail_f(), UP_SetMailButtons_f(), and UP_SetMailHeader().

icon in the mailclient

Definition at line 49 of file cp_event.h.

Referenced by UP_SetMailButtons_f().

model name of the sender

Definition at line 50 of file cp_event.h.

Referenced by UP_SetMailHeader().

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 44 of file cp_event.h.

Referenced by CL_EventAddMail_f(), UP_OpenMail_f(), and UP_SetMailHeader().

recipient (_mail_to_base_commander)

Definition at line 42 of file cp_event.h.

Referenced by CL_EventAddMail_f(), and UP_SetMailHeader().


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

Generated by  doxygen 1.6.2