Continue
Revision as of 02:44, 25 June 2015 by imported>Rirein (Created page with "Flow control command for Oblivion Script Extender. '''Syntax:''' (nothing) Continue Must be called inside of a ForEach or [[While]...")
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.