mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source
This commit is contained in:
@@ -19,7 +19,7 @@ A Visual Script node which branches the flow.
|
||||
Description
|
||||
-----------
|
||||
|
||||
A Visual Script node that checks a :ref:`bool<class_bool>` input port. If ``true`` it will exit via the “true” sequence port. If ``false`` it will exit via the "false" sequence port. After exiting either, it exits via the “done” port. Sequence ports may be left disconnected.
|
||||
A Visual Script node that checks a :ref:`bool<class_bool>` input port. If ``true``, it will exit via the “true” sequence port. If ``false``, it will exit via the "false" sequence port. After exiting either, it exits via the “done” port. Sequence ports may be left disconnected.
|
||||
|
||||
**Input Ports:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user