mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
Fixed code tags for true/false/null and a few property references
This commit is contained in:
@@ -330,7 +330,7 @@ given condition.
|
||||
Condition
|
||||
^^^^^^^^^
|
||||
|
||||
This is a simple node that checks a bool port. If true, it will go via the "true" sequence port. If false,
|
||||
This is a simple node that checks a bool port. If ``true``, it will go via the "true" sequence port. If ``false``,
|
||||
the second. After going for either of them, it goes via the "done" port. Leaving sequence
|
||||
ports disconnected is fine if not all of them are used.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user