Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-12-27 11:16:05 +01:00
parent a0e9bb8b81
commit 4fde11be6b
173 changed files with 1539 additions and 667 deletions

View File

@@ -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:**