Continue

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

Flow control command for Oblivion Script Extender.

Syntax: (nothing) Continue

Must be called inside of a ForEach or While loop. Continue skips the rest of the body of a loop, returning execution to the top of the loop and evaluating the loop condition. If the condition passes, execution enters the loop body, otherwise the loop terminates and continues from the instruction following the corresponding Loop command.

See Also[edit | edit source]