Initialize the OneShotTimer to call EventCalled with Parameters after Interval msecs. DelayTrails instead of leads. Extend time on retrigger. CallSub or CallSubDelayed. The EventCalled should include a _ Character. DelayTrails means the Event triggers immediately and locks out further triggers for the Interval.
IntervalAsLong [write only]
Set a new timer interval
IsInitializedAsBoolean
Tests whether the object has been initialized.
IsRunningAsBoolean
Return current timer running state
ReTriggerAsString
Start a running timer from the beginning again even if the Extend is not set.
setExtend (bAsBoolean) AsString
Extend existing time when retriggered
setInterval (NewIntervalAsLong) AsString
Set a new timer interval
TriggerAsString
Start the OneShotTimer using the Initialized parameters or the last set of parameters passed in
Trigger_NewEvent (EventCalledAsString) AsString
Trigger the OneShot with a different Event from that Initialized.