Previous: , Up: Interaction.Input   [Contents][Index]


9.1.14 Timed Message

Component: TimedMessage

This component sends messages based on a timer. Accepts the ’StartTimer’ and ’Abort’ messages.

Field of TimedMessage: float variance

How much should that amount vary?

Default value: 0.0f

Field of TimedMessage: Text timerText

If assigned, show the remaining time on the indicated UI Text

Field of TimedMessage: MessageManager.ManagedMessage managedMessage

What message should we send?

Field of TimedMessage: bool autoStart

Should the timer start automatically as soon as it’s created?

Default value: true

Field of TimedMessage: bool looping

Does the timer repeat automatically>

Default value: false

Field of TimedMessage: bool oneAtATime

Is this timer restricted to starting just one task at a time? (if true, will abort other tasks that would otherwise be stacked on top)

Default value: true

Field of TimedMessage: bool debug

Enable debugging to tell MultiGame to give you useful messages in the console when something happens.

Default value: false

Message on TimedMessage: StartTimer ()

Starts this timer, useful if it doesn’t start automatically.

Message on TimedMessage: Abort ()

Stops execution of the timer immediately.

Field of TimedMessage: float variance

How much should that amount vary?

Default value: 0.0f

Field of TimedMessage: Text timerText

If assigned, show the remaining time on the indicated UI Text

Field of TimedMessage: MessageManager.ManagedMessage managedMessage

What message should we send?

Field of TimedMessage: bool autoStart

Should the timer start automatically as soon as it’s created?

Default value: true

Field of TimedMessage: bool looping

Does the timer repeat automatically>

Default value: false

Field of TimedMessage: bool oneAtATime

Is this timer restricted to starting just one task at a time? (if true, will abort other tasks that would otherwise be stacked on top)

Default value: true

Field of TimedMessage: bool debug

Enable debugging to tell MultiGame to give you useful messages in the console when something happens.

Default value: false

Message on TimedMessage: StartTimer ()

Starts this timer, useful if it doesn’t start automatically.

Message on TimedMessage: Abort ()

Stops execution of the timer immediately.


Previous: , Up: Interaction.Input   [Contents][Index]