mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Consistently wrap booleans in [code]
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
<argument index="0" name="idx" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Return true if left (input) slot 'idx' is enabled. False otherwise.
|
||||
Return [code]true[/code] if left (input) slot 'idx' is enabled, [code]false[/code] otherwise.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_slot_enabled_right" qualifiers="const">
|
||||
@@ -146,7 +146,7 @@
|
||||
<argument index="0" name="idx" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Return true if right (output) slot 'idx' is enabled. False otherwise.
|
||||
Return [code]true[/code] if right (output) slot 'idx' is enabled, [code]false[/code] otherwise.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_slot">
|
||||
|
||||
Reference in New Issue
Block a user