2652 {
2653
2654
2656 GetSelectionList(allSelections);
2657
2658 foreach (string selectionAll : allSelections)
2659 {
2662 if (animSrc != animSource)
2663 continue;
2664
2665 if (animSrc)
2666 {
2667 return selectionAll;
2668 }
2669 }
2670
2671 return "";
2672 }
string GetAnimSourceFromSelection(string selection)
array< string > TStringArray
proto int ToLower()
Changes string to lowercase. Returns length.