“addons/jam_launch/editor_plugin/NewProject.gd”

Inherits: JamEditorPluginPage < Control < CanvasItem < Node < Object

There is currently no description for this class. Please help us by contributing one!

Properties

Variant

name_edit

<unknown>

Variant

waiting

false

Methods

void

_page_init ( )

void

show_init ( )

void

initialize ( )

void

_on_cancel_pressed ( )

void

_on_create_pressed ( )

void

_on_project_name_text_submitted ( Variant _new_text )


Signals

cancel ( )

There is currently no description for this signal. Please help us by contributing one!


create_done ( String project_id, String project_name )

There is currently no description for this signal. Please help us by contributing one!


Property Descriptions

Variant name_edit = <unknown>

There is currently no description for this property. Please help us by contributing one!


Variant waiting = false

  • void @waiting_setter ( Variant value )

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

void _page_init ( )

There is currently no description for this method. Please help us by contributing one!


void show_init ( )

There is currently no description for this method. Please help us by contributing one!


void initialize ( )

There is currently no description for this method. Please help us by contributing one!


void _on_cancel_pressed ( )

There is currently no description for this method. Please help us by contributing one!


void _on_create_pressed ( )

There is currently no description for this method. Please help us by contributing one!


void _on_project_name_text_submitted ( Variant _new_text )

There is currently no description for this method. Please help us by contributing one!