Click or drag to resize

ScriptEditorGotoLine Method

Goes to the specified line in the current script.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public void GotoLine(
	int lineNumber
)

Parameters

lineNumber
Type: SystemInt32

[Missing <param name="lineNumber"/> documentation for "M:Godot.ScriptEditor.GotoLine(System.Int32)"]

See Also