GM: continue
From GMpedia.org Wiki
|
continue | |
| Type: | statement |
| Limitations: | none |
- The correct title of this article is continue. It appears incorrectly here because of technical restrictions.
If used inside of a statement that forms a loop (repeat, while, do, for, with), it will immediately jump back to the beginning of the loop as if the loop had run through and looped back. If used outside of a loop it acts as an exit statement, exiting the event.
[edit] Example
continue;
[edit] See Also
This article was originally found at the Game Maker Knowledge Base, contributed by Abyssal_Nuclei.
See the talk page for details
See the talk page for details

