|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <missionlog.h>
Public Attributes | |
| int | type |
| int | flags |
| fix | timestamp |
| char | pname [NAME_LENGTH] |
| char | sname [NAME_LENGTH] |
| int | index |
| int | primary_team |
| int | secondary_team |
Definition at line 47 of file missionlog.h.
| int log_entry::flags |
Definition at line 49 of file missionlog.h.
| int log_entry::index |
Definition at line 53 of file missionlog.h.
| char log_entry::pname[NAME_LENGTH] |
Definition at line 51 of file missionlog.h.
| int log_entry::primary_team |
Definition at line 56 of file missionlog.h.
| int log_entry::secondary_team |
Definition at line 57 of file missionlog.h.
| char log_entry::sname[NAME_LENGTH] |
Definition at line 52 of file missionlog.h.
| fix log_entry::timestamp |
Definition at line 50 of file missionlog.h.
| int log_entry::type |
Definition at line 48 of file missionlog.h.