Versions Compared

Key

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

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths36%, 11%, 13%, 40%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

None

Return value

void

Examples

Code Block
languagetext
// This command copies the translation from a marker called "STRN" to 

...

// another scene object called "Prop1".

...


copyData "STRN.Translation" "Prop1.Translation";

...


 

...

// This command copies the translation from a marker called "STRN" to

...


// 2 other scene objects called "Prop2" and "Prop3".

...


copyData "STRN.Translation" "Prop2.Translation" "Prop3.Translation";

Additional information

Related commands

...