Fixed code tags for true/false/null and a few property references

This commit is contained in:
PouleyKetchoupp
2019-11-02 13:09:14 +01:00
parent 98f3ad0062
commit 854185495c
17 changed files with 85 additions and 85 deletions

View File

@@ -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.