|
UFO: Alien Invasion
|
#include <cp_ufopedia.h>

Data Fields | |
| int | idx |
| char * | id |
| char * | name |
| struct technology_s * | first |
| struct technology_s * | last |
Definition at line 30 of file cp_ufopedia.h.
| struct technology_s* pediaChapter_t::first |
Definition at line 34 of file cp_ufopedia.h.
Referenced by UP_GenerateArticlesSummary(), and UP_GenerateSummary().
| char* pediaChapter_t::id |
script file id
Definition at line 32 of file cp_ufopedia.h.
Referenced by UP_GenerateSummary(), and UP_ParseChapter().
| int pediaChapter_t::idx |
| struct technology_s* pediaChapter_t::last |
Definition at line 35 of file cp_ufopedia.h.
| char* pediaChapter_t::name |
translatable chapter names
Definition at line 33 of file cp_ufopedia.h.
Referenced by UP_GenerateSummary(), and UP_ParseChapter().