Class ScriptCreateDialog
Godot editor's popup dialog for creating new Script files.
- Inheritance
-
ScriptCreateDialog
Remarks
The ScriptCreateDialog creates script files according to a given template for a given scripting language. The standard use is to configure its fields prior to calling one of the Window.popup methods.
Methods
config(String, String, bool, bool)
Prefills required fields to configure the ScriptCreateDialog for use.
void config(String inherits, String path, bool built_in_enabled, bool load_enabled)
Parameters
Events
script_created(Script)
Emitted when the user clicks the OK button.
signal script_created(Script script)
Parameters
script
Script