#include <cp_ufopedia.h>
Data Fields | |
int | idx |
char * | id |
char * | name |
struct technology_s * | first |
struct technology_s * | last |
Definition at line 31 of file cp_ufopedia.h.
struct technology_s* pediaChapter_s::first |
Definition at line 35 of file cp_ufopedia.h.
Referenced by RS_ParseTechnologies(), UP_GenerateArticlesSummary(), and UP_GenerateSummary().
char* pediaChapter_s::id |
script file id
Definition at line 33 of file cp_ufopedia.h.
Referenced by RS_ParseTechnologies(), UP_GenerateSummary(), and UP_ParseChapters().
struct technology_s* pediaChapter_s::last |
Definition at line 36 of file cp_ufopedia.h.
Referenced by RS_ParseTechnologies().
char* pediaChapter_s::name |
translatable chapter names
Definition at line 34 of file cp_ufopedia.h.
Referenced by UP_GenerateSummary(), and UP_ParseChapters().