.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/jam_launch/addons--jam_launch--editor_plugin--NewProject.gd.xml. .. _class_"addons/jam_launch/editor_plugin/NewProject.gd": "addons/jam_launch/editor_plugin/NewProject.gd" =============================================== **Inherits:** :ref:`JamEditorPluginPage` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-------------------------------+--------------------------------------------------------------------------------------------+---------------+ | :ref:`Variant` | :ref:`name_edit` | ```` | +-------------------------------+--------------------------------------------------------------------------------------------+---------------+ | :ref:`Variant` | :ref:`waiting` | ``false`` | +-------------------------------+--------------------------------------------------------------------------------------------+---------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_page_init` **(** **)** | +------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`show_init` **(** **)** | +------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`initialize` **(** **)** | +------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_cancel_pressed` **(** **)** | +------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_create_pressed` **(** **)** | +------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_project_name_text_submitted` **(** :ref:`Variant` _new_text **)** | +------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_"addons/jam_launch/editor_plugin/NewProject.gd"_signal_cancel: .. rst-class:: classref-signal **cancel** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/NewProject.gd"_signal_create_done: .. rst-class:: classref-signal **create_done** **(** :ref:`String` project_id, :ref:`String` project_name **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_"addons/jam_launch/editor_plugin/NewProject.gd"_property_name_edit: .. rst-class:: classref-property :ref:`Variant` **name_edit** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/NewProject.gd"_property_waiting: .. rst-class:: classref-property :ref:`Variant` **waiting** = ``false`` .. rst-class:: classref-property-setget - void **@waiting_setter** **(** :ref:`Variant` value **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_"addons/jam_launch/editor_plugin/NewProject.gd"_private_method__page_init: .. rst-class:: classref-method void **_page_init** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/NewProject.gd"_method_show_init: .. rst-class:: classref-method void **show_init** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/NewProject.gd"_method_initialize: .. rst-class:: classref-method void **initialize** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/NewProject.gd"_private_method__on_cancel_pressed: .. rst-class:: classref-method void **_on_cancel_pressed** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/NewProject.gd"_private_method__on_create_pressed: .. rst-class:: classref-method void **_on_create_pressed** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/NewProject.gd"_private_method__on_project_name_text_submitted: .. rst-class:: classref-method void **_on_project_name_text_submitted** **(** :ref:`Variant` _new_text **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`