I don't need to test my programs. I have an error-correcting modem.

Flow control

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 01:10, 15 May 2010 by Eliot (Talk | contribs) (I think this page should copy all contents of the statement pages to here just like the Types and Literals page.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

UnrealScript supports all the standard flow-control statements of C/C++/Java.


Standard flow statements[edit]

GoTo
If
For loop
Break
Continue
Foreach loop
Break
Continue
Do loop
Break
Continue
While loop
Break
Continue
Switch
Break
Return
Assert

UnrealScript flow statements[edit]

Stop