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 2024-09-17