Category:Games with Character Portrayals by Dylan Skirvin and AGI Return: Difference between pages
From Sierra Wiki
(Difference between pages)
m 1 revision imported |
m 2 revisions imported |
||
Line 1: | Line 1: | ||
[[Category:AGI Pages]] | |||
<div align="center" style="font-size: 22pt">AGI Return</div> | |||
=== | <br /> | ||
==<br /> Description == | |||
Ends execution of the current logic and returns to the logic that called it (or in the case of logic 0, goes on to the next interpreter cycle). | |||
==<br /> Syntax == | |||
<div class="CodeBlockHeader">AGI Code:</div> | |||
<syntaxhighlight lang="agi"> | |||
return();</syntaxhighlight> | |||
This command is required at the end of every logic. | |||
==<br /> Sources == | |||
* [[AGI Studio Help File]] | |||
==<br /> References == | |||
<references /> | |||
==<br /> See Also == | |||
* | |||
| | ||
[[Category:Technical Info]] | |||
[[Category:Development]] | |||
[[Category:References]] | |||
[[Category:AGI References]] | |||
[[Category:Logic Pages]] | |||
[[Category:AGI Logic Pages]] | |||
[[Category:AGI Logic Commands]] | |||
[[Category:AGI Control Flow Commands]] |
Latest revision as of 09:03, 16 February 2025
AGI Return
Description
Ends execution of the current logic and returns to the logic that called it (or in the case of logic 0, goes on to the next interpreter cycle).
Syntax
AGI Code:
return();
This command is required at the end of every logic.
Sources
References
See Also
Pages in category "Games with Character Portrayals by Dylan Skirvin"
The following 3 pages are in this category, out of 3 total.