ILoopingConditionContext addon SDK interface
The ILoopingConditionContext
interface is used to implement looping conditions. It is created by the ISDKUtils method createLoopingConditionContext()
.
ILoopingConditionContext APIs
- retrigger()
- Execute all subsequent conditions, actions and sub-events within this call. This essentially runs a single iteration of the looping condition.
- isStopped
- A read-only boolean that is set to true when the loop is stopped using the system Stop loop action.
- release()
- This must be called after the looping condition finishes in order to clean up resources and reset state that was applied during the looping condition.
Construct 3 Manual
Construct.net
2024-09-17
2024-09-17
You are here:
Search this manual:
This manual entry was last updated on 17 Sep, 2024 at 16:48