380 {
382 {
383 return;
384 }
385
387
388
391
392 string config_path = config_params.param4;
393 int deep = config_params.param5;
394
395
396 string offset = "";
397 for (int i = 0; i < deep; i++)
398 {
399 offset = offset + " ";
400 }
401
402
404 int childrens_count = variables.Count();
406
407 offset = offset + " ";
408
409
410 deep = deep + 1;
411 childrens_count = 0;
412 for (i = variables.Count() - 1; i >= 0; i--)
413 {
414 string new_config_path = (config_path + " " + variables.Get(i)).Trim();
416 }
417 }
Param6< bool, string, int, string, int, string > ConfigParamsEx
TextListboxWidget m_ConfigHierarchyTextListbox
PluginConfigViewer m_ModuleConfigViewer
array< string > TStringArray