mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Consistently wrap booleans in [code]
This commit is contained in:
@@ -70,14 +70,14 @@
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
Return true if the node path is absolute (not relative).
|
||||
Return [code]true[/code] if the node path is absolute (not relative).
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_empty">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
Return true if the node path is empty.
|
||||
Return [code]true[/code] if the node path is empty.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
||||
Reference in New Issue
Block a user