IngameDateTime_Dev > Ingame Clock > Register Timer At (Delegate)

Register Timer At (Delegate)

Registers a timer event for a specific date/time.
Cannot be called on a network client.

Inputs

In
Exec

Target
Ingame Clock Object Reference

Time
Ingame Date Time Value Structure (by ref)

The date/time at which the timer should fire

Data
Ingame Timer Data Structure

Arbitrary data to attach to the timer, which will be passed through to the timer event

Delegate
Delegate

The event triggered when the timer fires

Outputs

Out
Exec

Return Value
Ingame Timer Handle Structure

A handle to the registered timer