doom3-gpl
Doom 3 GPL source release
|
Structure used to store the user defined search parameters. More...
#include <MaterialEditor.h>
Public Attributes | |
bool | searched |
idStr | searchText |
int | nameOnly |
int | searchScope |
Structure used to store the user defined search parameters.
Definition at line 35 of file MaterialEditor.h.
int MaterialSearchData_t::nameOnly |
Definition at line 38 of file MaterialEditor.h.
bool MaterialSearchData_t::searched |
Definition at line 36 of file MaterialEditor.h.
int MaterialSearchData_t::searchScope |
Definition at line 39 of file MaterialEditor.h.
idStr MaterialSearchData_t::searchText |
Definition at line 37 of file MaterialEditor.h.