475 {
477 {
480
482 filter_lower.
Split(
" ", filters);
483
485
489 string path = config_params.param4;
491
492 for (int i = 0; i < variables.Count(); i++)
493 {
494 string var = variables.Get(i);
495
496 if (filters.Count() == 0)
497 {
499 }
500 else
501 {
502 foreach (string f: filters)
503 {
507 }
508 }
509 }
510 }
511 }
Param6< bool, string, int, string, int, string > ConfigParamsEx
TextListboxWidget m_ConfigVariablesTextListbox
EditBoxWidget m_VariableConfigFilter
TextListboxWidget m_ConfigHierarchyTextListbox
PluginConfigViewer m_ModuleConfigViewer
array< string > TStringArray
bool Contains(string sample)
Returns true if sample is substring of string.
void Split(string sample, out array< string > output)
Splits string into array of strings separated by 'sample'.
proto int ToLower()
Changes string to lowercase. Returns length.