API ReferenceGE Extensionsflowgraphnodesgameplaytimers
Create Timer
**File:** `flowgraph/nodes/gameplay/timers/createTimer.lua`
File: flowgraph/nodes/gameplay/timers/createTimer.lua
Description: Creates a new Timer object.
Category: once_instant
Input Pins
| Name | Type | Description |
|---|---|---|
duration | number | How long the timer should run before considered complete. |
ref | string | Reference frame for the timer. |
Output Pins
| Name | Type | Description |
|---|---|---|
timerId | number | ID of the timer. |
Methods
C:_executionStarted()C:postInit()C:workOnce()
See Also
- Get Timer - Related reference
- Set Timer Property - Related reference
- Simple Timer - Related reference
- FlowGraph Guide - Guide