Loop

Revision as of 03:41, 25 June 2015 by imported>Rirein (Created page with "Flow control command for Oblivion Script Extender. '''Syntax:''' (nothing) Loop Returns execution to the most recent While or Fo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 AlsoEdit