Plugin : TARP
Author:Rex.Rainbow
- Time-Action Recorder and Player
Download
Actions
Player: Control
Action:Play
- Play.
- Offset ( number ) : Time offset at start
Action:Stop
Action:Pause
Action:Resume
Player: Setup
Action:Load
- Load recorder list.
- Recorder list ( string ) : Record list
Recorder: Control
Action: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
Action: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
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