Versions Compared

Key

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

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths10%, 15%, 14%, 13%, 48%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

NameFlag argumentsArgument typeExclusive toComments
r0Start and end times specified are relative to the existing playrange start and end times
start0endinTime is the start time, outTime is not specified
end0startoutTime is the end Time, inTime is not specified

Return value

void

Examples

Code Block
languagetext
// set the play Range to 50 -200 

...

playRange 50 200;

...


 

...

// set the start of the play Range to 50

...


playRange 50 -start;

...


 

...

// set the end of the play Range to 200

...


playRange 200 -end;

...


 

...

// when existing play range start is frame 50 

...

// sets the start to 150 ( 50 + 100 )

...


playRange 100 -r -start;

Additional information

Related commands

...