Click or drag to resize

ScriptEditorGetOpenScripts Method

Returns an array with all Script objects which are currently open in editor.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public Array GetOpenScripts()

Return Value

Type: Array

[Missing <returns> documentation for "M:Godot.ScriptEditor.GetOpenScripts"]

See Also