“addons/jam_launch/editor_plugin/Sessions.gd”
Inherits: JamEditorPluginPage < Control < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
void |
_page_init ( ) |
void |
show_init ( ) |
void |
refresh_page ( ) |
void |
|
void |
refresh_sessions ( ) |
void |
_get_session_details ( Variant p, Variant r, Variant s ) |
void |
_show_logs ( Variant p, Variant r, Variant s ) |
void |
show_error ( String msg, float auto_dismiss=0.0 ) |
void |
_on_load_locker_lock_changed ( bool locked ) |
void |
|
void |
|
void |
|
void |
_on_session_list_item_selected ( Variant index ) |
void |
_on_filter_item_selected ( Variant index ) |
Property Descriptions
ScopeLocker load_locker = <unknown>
There is currently no description for this property. Please help us by contributing one!
Popup log_popup = <unknown>
There is currently no description for this property. Please help us by contributing one!
TextEdit log_display = <unknown>
There is currently no description for this property. Please help us by contributing one!
Label no_sessions_lbl = <unknown>
There is currently no description for this property. Please help us by contributing one!
ItemList session_list = <unknown>
There is currently no description for this property. Please help us by contributing one!
Variant session_details_layout = <unknown>
There is currently no description for this property. Please help us by contributing one!
Label session_title = <unknown>
There is currently no description for this property. Please help us by contributing one!
TextEdit session_data = <unknown>
There is currently no description for this property. Please help us by contributing one!
Button terminate_btn = <unknown>
There is currently no description for this property. Please help us by contributing one!
bool disable_terminate = false
There is currently no description for this property. Please help us by contributing one!
Variant project_data = []
There is currently no description for this property. Please help us by contributing one!
Variant refresh_retries = 0
There is currently no description for this property. Please help us by contributing one!
String project_name
There is currently no description for this property. Please help us by contributing one!
String project_id
There is currently no description for this property. Please help us by contributing one!
Array sessions = []
There is currently no description for this property. Please help us by contributing one!
bool filter_active_sessions = true
There is currently no description for this property. Please help us by contributing one!
Dictionary session_details = {}
void @session_details_setter ( Dictionary 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 show_game ( String proj_id, String proj_name )
There is currently no description for this method. Please help us by contributing one!
void refresh_sessions ( )
There is currently no description for this method. Please help us by contributing one!
void _get_session_details ( Variant p, Variant r, Variant s )
There is currently no description for this method. Please help us by contributing one!
void _show_logs ( Variant p, Variant r, Variant s )
There is currently no description for this method. Please help us by contributing one!
void show_error ( String msg, float auto_dismiss=0.0 )
There is currently no description for this method. Please help us by contributing one!
void _on_load_locker_lock_changed ( bool locked )
There is currently no description for this method. Please help us by contributing one!
void _on_btn_logs_pressed ( )
There is currently no description for this method. Please help us by contributing one!
void _on_btn_delete_pressed ( )
There is currently no description for this method. Please help us by contributing one!
void _on_confirm_delete_confirmed ( )
There is currently no description for this method. Please help us by contributing one!
void _on_session_list_item_selected ( Variant index )
There is currently no description for this method. Please help us by contributing one!
void _on_filter_item_selected ( Variant index )
There is currently no description for this method. Please help us by contributing one!