mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 06:03:09 +00:00
Fix typo in string_get_character_breaks()
sample code
This commit is contained in:
parent
84dcdde908
commit
354b58fae4
@ -1732,7 +1732,7 @@
|
|||||||
Returns array of the composite character boundaries.
|
Returns array of the composite character boundaries.
|
||||||
[codeblock]
|
[codeblock]
|
||||||
var ts = TextServerManager.get_primary_interface()
|
var ts = TextServerManager.get_primary_interface()
|
||||||
print(ts.string_get_word_breaks("Test ❤️🔥 Test")) # Prints [1, 2, 3, 4, 5, 9, 10, 11, 12, 13, 14]
|
print(ts.string_get_character_breaks("Test ❤️🔥 Test")) # Prints [1, 2, 3, 4, 5, 9, 10, 11, 12, 13, 14]
|
||||||
[/codeblock]
|
[/codeblock]
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
|
Loading…
Reference in New Issue
Block a user