API ReferenceGE Extensionsflowgraphnodesgameplaytimers
Set Timer Property
**File:** `flowgraph/nodes/gameplay/timers/setTimerProperty.lua`
File: flowgraph/nodes/gameplay/timers/setTimerProperty.lua
Description: Sets various Timer properties. Properties where the pin is not set will not be changed.
Category: repeat_instant
Input Pins
| Name | Type | Description |
|---|---|---|
timerId | number | ID of the timer. |
progress | number | Progress of the timer in seconds.. |
pause | bool | If the timer should be paused or not. |
duration | number | How long the timer should run before considered complete. |
ref | string | Reference frame for the timer. |
Methods
C:postInit()C:work()
See Also
- Create Timer - Related reference
- Get Timer - Related reference
- Simple Timer - Related reference
- FlowGraph Guide - Guide