Plugin : Time away L
Author:Rex.Rainbow
- Get elapsed interval of turned off game from local storage.
Download
Actions
Timer
Action:Start
- Start timer.
- Key ( string ) : Key name of local storage
Action:Remove
- Remove timer.
- Key ( string ) : Key name of local storage
Action:Pause
- Pause timer.
- Key ( string ) : Key name of local storage
Action:Resume
- Resume timer.
- Key ( string ) : Key name of local storage
Action:Get or start
- Get or start timer if the timer does not exist.
- Key ( string ) : Key name of local storage
Action:Get
- Get timer.
- Key ( string ) : Key name of local storage
Expressions
Local storage
Expression:ErrorMessage
- In 'On error', an error message if any available.
Timer
Expression:ElapsedTime
- Get elapsed time of timer, in seconds. Add timer name at 1st paramete.
Conditions
Local storage
Condition:On error
- Triggered if any error occurs while accessing local storage.
Timer
Condition:On get time
- Triggered after "action: Get timer", get elapsed time by "expression:ElapsedTime".
- Key ( string ) : Key name of local storage
Condition:On start timer
- Triggered after "action: Start", when the timer has been written to local storage.
- Key ( string ) : Key name of local storage
Condition:On remove timer
- Triggered after "action: Remove", when the timer has been deleted from local storage.
- Key ( string ) : Key name of local storage
Condition:On pause timer
- Triggered after "action: Pause", when the timer has been written to local storage.
- Key ( string ) : Key name of local storage
Condition:On resume timer
- Triggered after "action: Resume", when the timer has been written to local storage.
- Key ( string ) : Key name of local storage
Valid
Condition:Is valid
- Return true if get valid timer.
- Key ( string ) : Key name of local storage