Click or drag to resize

TextEditGetWordUnderCursor Method

Returns a String text with the word under the caret (text cursor) location.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetWordUnderCursor()

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.TextEdit.GetWordUnderCursor"]

See Also