mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
doc: Sync with current 3.5 branch (8ee69a88c)
This commit is contained in:
@@ -18,15 +18,15 @@ Description
|
||||
|
||||
Loops while a condition is ``true``. Execution continues out the ``exit`` Sequence port when the loop terminates.
|
||||
|
||||
**Input Ports:**
|
||||
\ **Input Ports:**\
|
||||
|
||||
- Sequence: ``while(cond)``
|
||||
- Sequence: ``while(cond)``\
|
||||
|
||||
- Data (bool): ``cond``
|
||||
- Data (bool): ``cond``\
|
||||
|
||||
**Output Ports:**
|
||||
\ **Output Ports:**\
|
||||
|
||||
- Sequence: ``repeat``
|
||||
- Sequence: ``repeat``\
|
||||
|
||||
- Sequence: ``exit``
|
||||
|
||||
|
||||
Reference in New Issue
Block a user