Gets a list of clips in the scene.
Data retrieval
getClips
None
string array
Returns a string array of clip names
//create 2 Clips create Clip "Clip_A" "Clip_B"; string $clips[] = `getClips`; print $clips;