Continue

Revision as of 03:05, 25 June 2015 by imported>Rirein
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 AlsoEdit