Pause

Summary

This function will cause the the script to wait a specified amount of time before executing the next function in the script.

This can be useful to let certain properties or assets to play out their animations before proceeding with any further modifications.

Parameters

Time

Type: Float Default: None

The amount of time in seconds to wait before proceeding with the next function in the script.

Examples

<pause time=”1” />
This will cause the script to wait 1 second before proceeding with the next function.