Loop

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

Flow control command for Oblivion Script Extender.

Syntax: (nothing) Loop

Returns execution to the most recent While or ForEach command. The loop condition is evaluated and if it passes, execution continues inside the body of the loop. Otherwise, execution returns to the instruction immediately following the Loop command.

See Also[edit | edit source]