Click or drag to resize

TextEditHasKeywordColor Method

Returns whether the specified keyword has a color set to it or not.

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

Parameters

keyword
Type: SystemString

[Missing <param name="keyword"/> documentation for "M:Godot.TextEdit.HasKeywordColor(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.TextEdit.HasKeywordColor(System.String)"]

See Also