“addons/jam_launch/editor_plugin/ProjectSelect.gd”

Inherits: JamEditorPluginPage < Control < CanvasItem < Node < Object

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

Properties

ItemList

projects

<unknown>

Label

no_projects

<unknown>

Variant

project_map

{}

bool

loading

false

Methods

void

_page_init ( )

void

show_init ( )

void

refresh_page ( )

void

get_projects ( )

void

_on_projects_item_activated ( int index )

void

_on_new_btn_pressed ( )


Signals

open_project ( String project_id, String project_name )

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


new_project ( )

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


Property Descriptions

ItemList projects = <unknown>

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


Label no_projects = <unknown>

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


Variant project_map = {}

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


bool loading = false

  • void @loading_setter ( bool 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 refresh_page ( )

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


void get_projects ( )

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


void _on_projects_item_activated ( int index )

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


void _on_new_btn_pressed ( )

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