Go to: Synopsis. Return value. MEL examples.

Synopsis

string sceneTimeWarp( string $action )

Performs a scene timewarp action.

Return value

None

Arguments

Variable Name Variable Type Description
$actionstringThe action to perform - one of "add", "select" or "delete"

MEL examples

  string $warp = sceneTimeWarp( "add" );