Click or drag to resize

TextEditSetLineAsSafe Method

If true, marks the line as safe.

This will show the line number with the color provided in the safe_line_number_color theme property.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetLineAsSafe(
	int line,
	bool safe
)

Parameters

line
Type: SystemInt32

[Missing <param name="line"/> documentation for "M:Godot.TextEdit.SetLineAsSafe(System.Int32,System.Boolean)"]

safe
Type: SystemBoolean

[Missing <param name="safe"/> documentation for "M:Godot.TextEdit.SetLineAsSafe(System.Int32,System.Boolean)"]

See Also