mirror of
https://github.com/godotengine/godot.git
synced 2025-10-15 02:49:24 +00:00
classref: Readd String.strip_edges description
This commit is contained in:
@@ -3619,7 +3619,7 @@
|
|||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="overlaps_body" qualifiers="const">
|
<method name="overlaps_body" qualifiers="const">
|
||||||
<return type="PhysicsBody">
|
<return type="bool">
|
||||||
</return>
|
</return>
|
||||||
<argument index="0" name="body" type="Object">
|
<argument index="0" name="body" type="Object">
|
||||||
</argument>
|
</argument>
|
||||||
@@ -3627,7 +3627,7 @@
|
|||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="overlaps_area" qualifiers="const">
|
<method name="overlaps_area" qualifiers="const">
|
||||||
<return type="Area">
|
<return type="bool">
|
||||||
</return>
|
</return>
|
||||||
<argument index="0" name="area" type="Object">
|
<argument index="0" name="area" type="Object">
|
||||||
</argument>
|
</argument>
|
||||||
@@ -34703,6 +34703,7 @@ This method controls whether the position between two cached points is interpola
|
|||||||
<argument index="1" name="right" type="bool" default="True">
|
<argument index="1" name="right" type="bool" default="True">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Return a copy of the string stripped of any non-printable character at the beginning and the end. The optional arguments are used to toggle stripping on the left and right edges respectively.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="substr">
|
<method name="substr">
|
||||||
|
Reference in New Issue
Block a user