|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

DialogEx.StartTimer

OverviewExamples

DialogEx.StartTimer ( number Interval = 1000,


number ID = 10 )


De s cr ip t ion


Starts a dialog timer.


image

Note: Once started, the dialog timer will continually trigger the dialog's On Timer event on the interval that you specify. You can find the On Timer event tab in the script editor.


P arame t er s


Interval


(number) The timer interval in milliseconds.


|