2509 {
2510
2511
2513 GetSelectionList(allSelections);
2514
2515 foreach (string selectionAll : allSelections)
2516 {
2519 if (animSrc != animSource)
2520 continue;
2521
2522 if (animSrc)
2523 {
2524 return selectionAll;
2525 }
2526 }
2527
2528 return "";
2529 }
string GetAnimSourceFromSelection(string selection)
array< string > TStringArray
proto int ToLower()
Changes string to lowercase. Returns length.