|
FS2_Open
Open source remastering of the Freespace 2 engine
|
Public Attributes | |
| int | index |
| char * | name |
| char * | desc |
| char | tech_anim_filename [MAX_FILENAME_LEN] |
| generic_anim | animation |
| int | bitmap |
| int | has_anim |
| int | model_num |
| int | textures_loaded |
Definition at line 221 of file techmenu.cpp.
| generic_anim tech_list_entry::animation |
Definition at line 226 of file techmenu.cpp.
| int tech_list_entry::bitmap |
Definition at line 227 of file techmenu.cpp.
| char* tech_list_entry::desc |
Definition at line 224 of file techmenu.cpp.
| int tech_list_entry::has_anim |
Definition at line 228 of file techmenu.cpp.
| int tech_list_entry::index |
Definition at line 222 of file techmenu.cpp.
| int tech_list_entry::model_num |
Definition at line 229 of file techmenu.cpp.
| char* tech_list_entry::name |
Definition at line 223 of file techmenu.cpp.
| char tech_list_entry::tech_anim_filename[MAX_FILENAME_LEN] |
Definition at line 225 of file techmenu.cpp.
| int tech_list_entry::textures_loaded |
Definition at line 230 of file techmenu.cpp.