Tile - YTimeTrigger - Remaining Time – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Time trigger remaining time to Ylands:Tile - YTimeTrigger - Remaining Time: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Remaining Time == | |||
=Notes= | [[File:YlandsTile-95-get.png]] | ||
*Number of cycles is same as repeat count | |||
[[File:YlandsTile-95-set.png]] | |||
<pre>get remainingTime(): number; | |||
set remainingTime(value: number);</pre> | |||
=== Description === | |||
Allows to '''get''' / '''set''' '''remaining''' time of '''current''' Time Trigger '''cycle'''. | |||
=== Notes === | |||
* Number of cycles is same as repeat count. | |||
Line 12: | Line 24: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:52, 8 July 2021
Remaining Time
get remainingTime(): number; set remainingTime(value: number);
Description
Allows to get / set remaining time of current Time Trigger cycle.
Notes
- Number of cycles is same as repeat count.