You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add a note for String::reverse to warn about its implementation
This commit is contained in:
@@ -747,7 +747,7 @@
|
||||
<method name="reverse" qualifiers="const">
|
||||
<return type="String" />
|
||||
<description>
|
||||
Returns the copy of this string in reverse order.
|
||||
Returns the copy of this string in reverse order. This operation works on unicode codepoints, rather than sequences of codepoints, and may break things like compound letters or emojis.
|
||||
</description>
|
||||
</method>
|
||||
<method name="rfind" qualifiers="const">
|
||||
|
||||
@@ -648,7 +648,7 @@
|
||||
<method name="reverse" qualifiers="const">
|
||||
<return type="String" />
|
||||
<description>
|
||||
Returns the copy of this string in reverse order.
|
||||
Returns the copy of this string in reverse order. This operation works on unicode codepoints, rather than sequences of codepoints, and may break things like compound letters or emojis.
|
||||
</description>
|
||||
</method>
|
||||
<method name="rfind" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user