2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2019-04-01 12:33:56 +02:00
|
|
|
<class name="VisualScriptWhile" inherits="VisualScriptNode" category="Core" version="3.2">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
2017-10-15 20:48:13 +02:00
|
|
|
Conditional loop.
|
2017-09-12 22:42:36 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2017-10-15 20:48:13 +02:00
|
|
|
Loops while a condition is [code]true[/code]. Execution continues out the [code]exit[/code] Sequence port when the loop terminates.
|
|
|
|
[b]Input Ports:[/b]
|
|
|
|
- Sequence: [code]while(cond)[/code]
|
|
|
|
- Data (bool): [code]cond[/code]
|
|
|
|
[b]Output Ports:[/b]
|
|
|
|
- Sequence: [code]repeat[/code]
|
|
|
|
- Sequence: [code]exit[/code]
|
2017-09-12 22:42:36 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|