GetChildClass 関数は、オブジェクトの子のクラス名を含む文字列を返します。
この例では、選択したシーケンスの子のクラス名を出力します。
return function() -- Gets the class name of children of the selected sequence. Printf("The class name is " .. SelectedSequence():GetChildClass())end