Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The name of the active layer of the active clip

Examples

Code Block
languagetext
// Print the name of the active clip

...


string $clip = `getActiveClip`;

...


print $clip;

...


 

...

// Print the name of the active layer

...


string $layer = `getActiveLayer`;

...


print $layer;

Scroll pagebreak

Additional information

...