https://wiki.beyondunreal.com/w/index.php?action=history&feed=atomStop statement - Revision history2017-11-18T03:03:52ZRevision history for this page on the wikiMediaWiki 1.25.1https://wiki.beyondunreal.com/Stop_statement?diff=33189&oldid=prevWormbo: New page: The '''stop''' statement is only allowed in state code and immediately halts state code execution without leaving the state. To restart state code again, you need to call the ''GotoSta...2008-10-31T11:02:34Z<p>New page: The '''stop''' statement is only allowed in <a href="/State" class="mw-redirect" title="State">state</a> code and immediately halts state code execution without leaving the state. To restart state code again, you need to call the ''GotoSta...</p>
<p><b>New page</b></p><div>The '''stop''' statement is only allowed in [[state]] code and immediately halts state code execution without leaving the state. To restart state code again, you need to call the ''GotoState()'' function with the desired new state and/or label name.<br />
<br />
To stop function code execution use the [[return statement]] instead.<br />
<br />
==Syntax==<br />
To halt state code execution, simply use:<br />
'''stop;'''<br />
That's all.<br />
<br />
<br />
{{navbox unrealscript}}</div>Wormbo