Difference between revisions of "Loop"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Odessa
(Redirect Loop -> While, it makes more sense to share that page)
 
imported>Odessa
m (fixed link)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#redirect [[While]]
Added by NVSE V4, used to mark the end of a [[While]] or [[Foreach]] loop section, similar to the 'endif' in condition statements. See the loop function pages for usage information.
==See Also==
*[[While]]
*[[Foreach]]
[[Category:Functions_(NVSE)]]

Latest revision as of 16:02, 9 July 2014

Added by NVSE V4, used to mark the end of a While or Foreach loop section, similar to the 'endif' in condition statements. See the loop function pages for usage information.

See Also[edit | edit source]