ScriptEditor
Inherits: PanelContainer < Container < Control < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
Methods
get_current_editor ( ) const |
|
get_open_script_editors ( ) const |
|
get_open_scripts ( ) const |
|
void |
|
void |
|
void |
open_script_create_dialog ( String base_name, String base_path ) |
void |
register_syntax_highlighter ( EditorSyntaxHighlighter syntax_highlighter ) |
void |
unregister_syntax_highlighter ( EditorSyntaxHighlighter syntax_highlighter ) |
Signals
editor_script_changed ( Script script )
There is currently no description for this signal. Please help us by contributing one!
script_close ( Script script )
There is currently no description for this signal. Please help us by contributing one!
Method Descriptions
ScriptEditorBase get_current_editor ( ) const
There is currently no description for this method. Please help us by contributing one!
Script get_current_script ( )
There is currently no description for this method. Please help us by contributing one!
ScriptEditorBase[] get_open_script_editors ( ) const
There is currently no description for this method. Please help us by contributing one!
Script[] get_open_scripts ( ) const
There is currently no description for this method. Please help us by contributing one!
void goto_help ( String topic )
There is currently no description for this method. Please help us by contributing one!
void goto_line ( int line_number )
There is currently no description for this method. Please help us by contributing one!
void open_script_create_dialog ( String base_name, String base_path )
There is currently no description for this method. Please help us by contributing one!
void register_syntax_highlighter ( EditorSyntaxHighlighter syntax_highlighter )
There is currently no description for this method. Please help us by contributing one!
void unregister_syntax_highlighter ( EditorSyntaxHighlighter syntax_highlighter )
There is currently no description for this method. Please help us by contributing one!