Plugin : TARP

Author:Rex.Rainbow

Download

Properties

Actions

Player: Control

Action:Play

  • Play.
    • Offset ( number ) : Time offset at start

Action:Stop

  • Player stop.

Action:Pause

  • Player pause.

Action:Resume

  • Player resume.

Player: Setup

Action:Load

  • Load recorder list.
    • Recorder list ( string ) : Record list

Recorder: Control

Action:Start

  • Record start.

Action:Record

  • Record action by function and it's parameters.
    • Offset ( number ) : Time offset of this action
    • Name ( string ) : The name of the function to call.
    • Parameter {n} ( variadic ) : A parameter to pass for the function call, which can be accessed with Function.Param({n}).

Action:Pause

  • Record pause.

Action:Resume

  • Record resume.

Setup

Action:Setup

  • Setup TARP.
    • Timeline ( object ) : Timeline object for getting timer

Expressions

Exporter

Expression:Export2Scenario

  • Export recorder list to scenario in JSON format.

Player

Expression:PlayerElapsedTime

  • Get elapsed time of player, in second.

Expression:LatestPlayTime

  • Get latest play time, in second.

Expression:Offset

  • Get offset time.

Recorder

Expression:LatestRecordTime

  • Get latest record time, in second.

Expression:RecorderElapsedTime

  • Get elapsed of recorder, in second.

Expression:RecorderList

  • Get recorder list in JSON format.

Conditions

Player

Condition:On end

  • Triggered when playing finished.

Condition:Is playing

  • Is player playing.