API ReferenceGE Extensionsflowgraphnodesgameplayrallyloop
Rally Clock
**File:** `flowgraph/nodes/gameplay/rally/loop/rallyClock.lua`
File: flowgraph/nodes/gameplay/rally/loop/rallyClock.lua
Description: Gets the current epoch time and scheduled event time for a specific event from the rally loop manager.
Category: repeat_instant Tags: rally
Input Pins
| Name | Type | Description |
|---|---|---|
eventName | string | Name of the event to get the time for (spName, e.g., "SS_start_line"). |
Output Pins
| Name | Type | Description |
|---|---|---|
currentEpochTime | number | Current rally epoch time in seconds. |
scheduledEventTime | number | Scheduled event time in rally epoch for the specified event. |
Methods
C:init(mgr, ...)C:_executionStarted()C:work()
See Also
- Rally Advance Loop Schedule - Related reference
- Rally Get Current Race Path - Related reference
- Rally Loop Get Execution Var - Related reference
- FlowGraph Guide - Guide