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 |
available mails for a tech - mail and mail_pre in script files
Definition at line 39 of file cp_event.h.
char* eventMail_s::body |
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().
char* eventMail_s::cc |
copy recipient (_mail_to_base_commander)
Definition at line 43 of file cp_event.h.
char* eventMail_s::date |
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().
char* eventMail_s::from |
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().
char* eventMail_s::icon |
icon in the mailclient
Definition at line 49 of file cp_event.h.
Referenced by UP_SetMailButtons_f().
char* eventMail_s::id |
script id
Definition at line 40 of file cp_event.h.
Referenced by CL_GetEventMail(), CL_NewEventMail(), CL_ParseEventMails(), MS_MessageSaveXML(), and UP_MailClientClick_f().
char* eventMail_s::model |
model name of the sender
Definition at line 50 of file cp_event.h.
Referenced by UP_SetMailHeader().
already read the mail?
Definition at line 51 of file cp_event.h.
Referenced by MS_LoadXML(), MS_MessageSaveXML(), UP_GetUnreadMails(), UP_OpenMail_f(), UP_SetAllMailsRead_f(), UP_SetMailButtons_f(), and UP_SetMailHeader().
char* eventMail_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 44 of file cp_event.h.
Referenced by CL_EventAddMail_f(), UP_OpenMail_f(), and UP_SetMailHeader().
char* eventMail_s::to |
recipient (_mail_to_base_commander)
Definition at line 42 of file cp_event.h.
Referenced by CL_EventAddMail_f(), and UP_SetMailHeader().