From 882a664abd24f8012278c7a9d746ddce9c639be7 Mon Sep 17 00:00:00 2001 From: Cake Date: Sun, 18 Feb 2024 21:49:40 +0100 Subject: [PATCH] Fix method return value being always `void`. --- documentation/classes/class_dcss.md | 12 +- .../classes/class_dialogicanimation.md | 16 +-- .../classes/class_dialogicautoadvance.md | 24 ++-- .../classes/class_dialogicbackgroundevent.md | 16 +-- .../class_dialogicbackgroundtransition.md | 8 +- .../classes/class_dialogiccallevent.md | 36 ++--- .../classes/class_dialogiccharacter.md | 32 ++--- .../classes/class_dialogiccharacterevent.md | 44 +++---- .../classes/class_dialogicchoiceevent.md | 24 ++-- .../classes/class_dialogiccommentevent.md | 16 +-- .../classes/class_dialogicconditionevent.md | 24 ++-- .../classes/class_dialogiccsvfile.md | 20 +-- .../classes/class_dialogicendbranchevent.md | 20 +-- .../classes/class_dialogicendtimelineevent.md | 8 +- documentation/classes/class_dialogicevent.md | 100 +++++++------- .../classes/class_dialogicgamehandler.md | 52 ++++---- .../classes/class_dialogicglossary.md | 52 ++++---- .../classes/class_dialogicglossaryevent.md | 12 +- .../classes/class_dialogichistoryevent.md | 12 +- .../classes/class_dialogicindexer.md | 12 +- .../classes/class_dialogicjumpevent.md | 28 ++-- .../classes/class_dialogiclabelevent.md | 20 +-- .../classes/class_dialogiclayoutbase.md | 20 +-- .../classes/class_dialogiclayoutlayer.md | 8 +- .../classes/class_dialogiclearevent.md | 12 +- .../classes/class_dialogicmusicevent.md | 16 +-- .../classes/class_dialogicnode_buttonsound.md | 4 +- .../classes/class_dialogicnode_dialogtext.md | 16 +-- .../class_dialogicnode_portraitcontainer.md | 8 +- .../classes/class_dialogicnode_textbubble.md | 32 ++--- .../classes/class_dialogicnode_textinput.md | 16 +-- .../classes/class_dialogicnode_typesounds.md | 8 +- .../classes/class_dialogicportrait.md | 8 +- .../classes/class_dialogicpositionevent.md | 12 +- .../classes/class_dialogicresourceutil.md | 100 +++++++------- .../classes/class_dialogicreturnevent.md | 16 +-- .../classes/class_dialogicsaveevent.md | 12 +- .../classes/class_dialogicsettingevent.md | 24 ++-- .../classes/class_dialogicsignalevent.md | 12 +- .../classes/class_dialogicsoundevent.md | 16 +-- documentation/classes/class_dialogicstyle.md | 72 +++++----- .../classes/class_dialogicstyleevent.md | 16 +-- .../classes/class_dialogicsubsystem.md | 20 +-- .../classes/class_dialogictextevent.md | 52 ++++---- .../classes/class_dialogictextinputevent.md | 16 +-- .../classes/class_dialogictimeline.md | 20 +-- documentation/classes/class_dialogicutil.md | 124 +++++++++--------- .../classes/class_dialogicvariableevent.md | 28 ++-- .../class_dialogicvisualeditorfield.md | 8 +- .../classes/class_dialogicvoiceevent.md | 12 +- .../classes/class_dialogicwaitevent.md | 12 +- .../classes/class_dialogicwaitinputevent.md | 12 +- documentation/classes/class_dnextindicator.md | 4 +- documentation/classes/index.md | 70 +++++----- 54 files changed, 697 insertions(+), 697 deletions(-) diff --git a/documentation/classes/class_dcss.md b/documentation/classes/class_dcss.md index 99913bc..15e3892 100644 --- a/documentation/classes/class_dcss.md +++ b/documentation/classes/class_dcss.md @@ -14,15 +14,15 @@ ## Methods Returns | Method --- | --- -void | [get_editor_scale](#property-get_editor_scale) ( ) -void | [inline](#property-inline) ( `style`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) -void | [style](#property-style) ( `node`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant), `style`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) +[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float) | [get_editor_scale](#property-get_editor_scale) ( ) +[StyleBoxFlat](https://docs.godotengine.org/en/latest/classes/class_styleboxflat.html#class-styleboxflat) | [inline](#property-inline) ( `style`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) +[StyleBoxFlat](https://docs.godotengine.org/en/latest/classes/class_styleboxflat.html#class-styleboxflat) | [style](#property-style) ( `node`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant), `style`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) --- ## Property Descriptions -**void [get_editor_scale](#property-get_editor_scale) ( )** +**func [get_editor_scale](#property-get_editor_scale) ( )[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float)** @@ -32,7 +32,7 @@ Returns | Method -**void [inline](#property-inline) ( `style`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )** +**func [inline](#property-inline) ( `style`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )[StyleBoxFlat](https://docs.godotengine.org/en/latest/classes/class_styleboxflat.html#class-styleboxflat)** @@ -42,7 +42,7 @@ Returns | Method -**void [style](#property-style) ( `node`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant), `style`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )** +**func [style](#property-style) ( `node`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant), `style`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )[StyleBoxFlat](https://docs.godotengine.org/en/latest/classes/class_styleboxflat.html#class-styleboxflat)** diff --git a/documentation/classes/class_dialogicanimation.md b/documentation/classes/class_dialogicanimation.md index 0e43212..a67ca03 100644 --- a/documentation/classes/class_dialogicanimation.md +++ b/documentation/classes/class_dialogicanimation.md @@ -22,10 +22,10 @@ time | [float](https://docs.godotengine.org/en/latest/classes/class_float.html#c ## Methods Returns | Method --- | --- -void | [animate](#property-animate) ( ) -void | [finished_one_loop](#property-finished_one_loop) ( ) -void | [pause](#property-pause) ( ) -void | [resume](#property-resume) ( ) +void | [animate](#property-animate) ( ) +void | [finished_one_loop](#property-finished_one_loop) ( ) +void | [pause](#property-pause) ( ) +void | [resume](#property-resume) ( ) --- ## Signals @@ -53,7 +53,7 @@ Returns | Method -**void [animate](#property-animate) ( )** +**func [animate](#property-animate) ( )void** @@ -63,7 +63,7 @@ To be overridden. Do the actual animating/tweening in here. Use the properties [ -**void [finished_one_loop](#property-finished_one_loop) ( )** +**func [finished_one_loop](#property-finished_one_loop) ( )void** @@ -73,7 +73,7 @@ To be overridden. Do the actual animating/tweening in here. Use the properties [ -**void [pause](#property-pause) ( )** +**func [pause](#property-pause) ( )void** @@ -83,7 +83,7 @@ To be overridden. Do the actual animating/tweening in here. Use the properties [ -**void [resume](#property-resume) ( )** +**func [resume](#property-resume) ( )void** diff --git a/documentation/classes/class_dialogicautoadvance.md b/documentation/classes/class_dialogicautoadvance.md index df81e3f..238c225 100644 --- a/documentation/classes/class_dialogicautoadvance.md +++ b/documentation/classes/class_dialogicautoadvance.md @@ -32,12 +32,12 @@ per_word_delay | [float](https://docs.godotengine.org/en/latest/classes/class_fl ## Methods Returns | Method --- | --- -void | [get_progress](#property-get_progress) ( ) -void | [get_time](#property-get_time) ( ) -void | [get_time_left](#property-get_time_left) ( ) -void | [is_advancing](#property-is_advancing) ( ) -void | [is_enabled](#property-is_enabled) ( ) -void | [start](#property-start) ( ) +[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float) | [get_progress](#property-get_progress) ( ) +[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float) | [get_time](#property-get_time) ( ) +[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float) | [get_time_left](#property-get_time_left) ( ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_advancing](#property-is_advancing) ( ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_enabled](#property-is_enabled) ( ) +void | [start](#property-start) ( ) --- ## Signals @@ -65,7 +65,7 @@ Returns | Method -**void [get_progress](#property-get_progress) ( )** +**func [get_progress](#property-get_progress) ( )[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float)** @@ -75,7 +75,7 @@ Returns the progress of the auto-advance timer on a scale between 0 and 1. The h -**void [get_time](#property-get_time) ( )** +**func [get_time](#property-get_time) ( )[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float)** @@ -85,7 +85,7 @@ Returns the progress of the auto-advance timer on a scale between 0 and 1. The h -**void [get_time_left](#property-get_time_left) ( )** +**func [get_time_left](#property-get_time_left) ( )[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float)** @@ -95,7 +95,7 @@ Returns the progress of the auto-advance timer on a scale between 0 and 1. The h -**void [is_advancing](#property-is_advancing) ( )** +**func [is_advancing](#property-is_advancing) ( )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -105,7 +105,7 @@ Returns the progress of the auto-advance timer on a scale between 0 and 1. The h -**void [is_enabled](#property-is_enabled) ( )** +**func [is_enabled](#property-is_enabled) ( )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -115,7 +115,7 @@ Returns whether Auto-Advance is currently considered enabled. Auto-Advance uses -**void [start](#property-start) ( )** +**func [start](#property-start) ( )void** diff --git a/documentation/classes/class_dialogicbackgroundevent.md b/documentation/classes/class_dialogicbackgroundevent.md index 0f7f6d6..589ce0b 100644 --- a/documentation/classes/class_dialogicbackgroundevent.md +++ b/documentation/classes/class_dialogicbackgroundevent.md @@ -21,10 +21,10 @@ transition | [String](https://docs.godotengine.org/en/latest/classes/class_strin ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [get_shortcode](#property-get_shortcode) ( ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) -void | [get_transition_suggestions](#property-get_transition_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) +void | [build_event_editor](#property-build_event_editor) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_shortcode](#property-get_shortcode) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_transition_suggestions](#property-get_transition_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) --- ## Constants @@ -67,7 +67,7 @@ Returns | Method -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -77,7 +77,7 @@ Returns | Method -**void [get_shortcode](#property-get_shortcode) ( )** +**func [get_shortcode](#property-get_shortcode) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -87,7 +87,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -97,7 +97,7 @@ Returns | Method -**void [get_transition_suggestions](#property-get_transition_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )** +**func [get_transition_suggestions](#property-get_transition_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** diff --git a/documentation/classes/class_dialogicbackgroundtransition.md b/documentation/classes/class_dialogicbackgroundtransition.md index 2d02541..685c045 100644 --- a/documentation/classes/class_dialogicbackgroundtransition.md +++ b/documentation/classes/class_dialogicbackgroundtransition.md @@ -24,8 +24,8 @@ time | [float](https://docs.godotengine.org/en/latest/classes/class_float.html#c ## Methods Returns | Method --- | --- -void | [set_shader](#property-set_shader) ( `path_to_shader`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `` ) -void | [tween_shader_progress](#property-tween_shader_progress) ( `progress_parameter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `"progress"` ) +[ShaderMaterial](https://docs.godotengine.org/en/latest/classes/class_shadermaterial.html#class-shadermaterial) | [set_shader](#property-set_shader) ( `path_to_shader`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `` ) +[PropertyTweener](https://docs.godotengine.org/en/latest/classes/class_propertytweener.html#class-propertytweener) | [tween_shader_progress](#property-tween_shader_progress) ( `progress_parameter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `"progress"` ) --- ## Signals @@ -43,7 +43,7 @@ Returns | Method -**void [set_shader](#property-set_shader) ( `path_to_shader`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `` )** +**func [set_shader](#property-set_shader) ( `path_to_shader`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `` )[ShaderMaterial](https://docs.godotengine.org/en/latest/classes/class_shadermaterial.html#class-shadermaterial)** @@ -53,7 +53,7 @@ Returns | Method -**void [tween_shader_progress](#property-tween_shader_progress) ( `progress_parameter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `"progress"` )** +**func [tween_shader_progress](#property-tween_shader_progress) ( `progress_parameter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `"progress"` )[PropertyTweener](https://docs.godotengine.org/en/latest/classes/class_propertytweener.html#class-propertytweener)** diff --git a/documentation/classes/class_dialogiccallevent.md b/documentation/classes/class_dialogiccallevent.md index d516b47..80ad5d9 100644 --- a/documentation/classes/class_dialogiccallevent.md +++ b/documentation/classes/class_dialogiccallevent.md @@ -20,21 +20,21 @@ method | [String](https://docs.godotengine.org/en/latest/classes/class_string.ht ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [check_arguments_and_update_warning](#property-check_arguments_and_update_warning) ( ) -void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_autoload_suggestions](#property-get_autoload_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) -void | [get_method_suggestions](#property-get_method_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""`, `temp_autoload`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) -void | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [to_text](#property-to_text) ( ) -void | [update_argument_info](#property-update_argument_info) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +void | [check_arguments_and_update_warning](#property-check_arguments_and_update_warning) ( ) +void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_autoload_suggestions](#property-get_autoload_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_method_suggestions](#property-get_method_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""`, `temp_autoload`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [to_text](#property-to_text) ( ) +void | [update_argument_info](#property-update_argument_info) ( ) --- ## Property Descriptions -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -44,7 +44,7 @@ Returns | Method -**void [check_arguments_and_update_warning](#property-check_arguments_and_update_warning) ( )** +**func [check_arguments_and_update_warning](#property-check_arguments_and_update_warning) ( )void** @@ -54,7 +54,7 @@ Returns | Method -**void [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -64,7 +64,7 @@ Returns | Method -**void [get_autoload_suggestions](#property-get_autoload_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )** +**func [get_autoload_suggestions](#property-get_autoload_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -74,7 +74,7 @@ Returns | Method -**void [get_method_suggestions](#property-get_method_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""`, `temp_autoload`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )** +**func [get_method_suggestions](#property-get_method_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""`, `temp_autoload`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -84,7 +84,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -94,7 +94,7 @@ Returns | Method -**void [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -104,7 +104,7 @@ Returns | Method -**void [to_text](#property-to_text) ( )** +**func [to_text](#property-to_text) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -114,7 +114,7 @@ Returns | Method -**void [update_argument_info](#property-update_argument_info) ( )** +**func [update_argument_info](#property-update_argument_info) ( )void** diff --git a/documentation/classes/class_dialogiccharacter.md b/documentation/classes/class_dialogiccharacter.md index 2d95722..c843390 100644 --- a/documentation/classes/class_dialogiccharacter.md +++ b/documentation/classes/class_dialogiccharacter.md @@ -27,14 +27,14 @@ scale | [float](https://docs.godotengine.org/en/latest/classes/class_float.html# ## Methods Returns | Method --- | --- -void | [add_translation_id](#property-add_translation_id) ( ) -void | [get_character_name](#property-get_character_name) ( ) -void | [get_display_name_translated](#property-get_display_name_translated) ( ) -void | [get_nicknames_translated](#property-get_nicknames_translated) ( ) -void | [get_portrait_info](#property-get_portrait_info) ( `portrait_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_property_translation_key](#property-get_property_translation_key) ( `property`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) ) -void | [get_set_translation_id](#property-get_set_translation_id) ( ) -void | [remove_translation_id](#property-remove_translation_id) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [add_translation_id](#property-add_translation_id) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_character_name](#property-get_character_name) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_display_name_translated](#property-get_display_name_translated) ( ) +[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array) | [get_nicknames_translated](#property-get_nicknames_translated) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_portrait_info](#property-get_portrait_info) ( `portrait_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_property_translation_key](#property-get_property_translation_key) ( `property`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_set_translation_id](#property-get_set_translation_id) ( ) +void | [remove_translation_id](#property-remove_translation_id) ( ) --- ## Constants @@ -59,7 +59,7 @@ Returns | Method -**void [add_translation_id](#property-add_translation_id) ( )** +**func [add_translation_id](#property-add_translation_id) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -69,7 +69,7 @@ Adds a translation ID to the character. -**void [get_character_name](#property-get_character_name) ( )** +**func [get_character_name](#property-get_character_name) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -79,7 +79,7 @@ Returns the name of the file (without the extension). -**void [get_display_name_translated](#property-get_display_name_translated) ( )** +**func [get_display_name_translated](#property-get_display_name_translated) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -89,7 +89,7 @@ Translates and returns the display name of the character. -**void [get_nicknames_translated](#property-get_nicknames_translated) ( )** +**func [get_nicknames_translated](#property-get_nicknames_translated) ( )[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array)** @@ -99,7 +99,7 @@ Translates the nicknames of the characters and then returns them as an array of -**void [get_portrait_info](#property-get_portrait_info) ( `portrait_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_portrait_info](#property-get_portrait_info) ( `portrait_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -109,7 +109,7 @@ Returns the info of the given portrait. Uses the default portrait if the given p -**void [get_property_translation_key](#property-get_property_translation_key) ( `property`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) )** +**func [get_property_translation_key](#property-get_property_translation_key) ( `property`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -119,7 +119,7 @@ Checks `property` and matches it to a translation key. Undefined behaviour if a -**void [get_set_translation_id](#property-get_set_translation_id) ( )** +**func [get_set_translation_id](#property-get_set_translation_id) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -129,7 +129,7 @@ Returns the character's translation ID. Adds a translation ID to the character i -**void [remove_translation_id](#property-remove_translation_id) ( )** +**func [remove_translation_id](#property-remove_translation_id) ( )void** diff --git a/documentation/classes/class_dialogiccharacterevent.md b/documentation/classes/class_dialogiccharacterevent.md index bd8b4ae..a03f43b 100644 --- a/documentation/classes/class_dialogiccharacterevent.md +++ b/documentation/classes/class_dialogiccharacterevent.md @@ -35,17 +35,17 @@ z_index | [int](https://docs.godotengine.org/en/latest/classes/class_int.html#cl ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_animation_suggestions](#property-get_animation_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_character_suggestions](#property-get_character_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_portrait_suggestions](#property-get_portrait_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) -void | [has_no_portraits](#property-has_no_portraits) ( ) -void | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [should_show_animation_options](#property-should_show_animation_options) ( ) -void | [should_show_portrait_selector](#property-should_show_portrait_selector) ( ) -void | [to_text](#property-to_text) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_animation_suggestions](#property-get_animation_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_character_suggestions](#property-get_character_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_portrait_suggestions](#property-get_portrait_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [has_no_portraits](#property-has_no_portraits) ( ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [should_show_animation_options](#property-should_show_animation_options) ( ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [should_show_portrait_selector](#property-should_show_portrait_selector) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [to_text](#property-to_text) ( ) --- ## Constants @@ -79,7 +79,7 @@ Returns | Method -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -89,7 +89,7 @@ Returns | Method -**void [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -99,7 +99,7 @@ Returns | Method -**void [get_animation_suggestions](#property-get_animation_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_animation_suggestions](#property-get_animation_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -109,7 +109,7 @@ Returns | Method -**void [get_character_suggestions](#property-get_character_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_character_suggestions](#property-get_character_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -119,7 +119,7 @@ Returns | Method -**void [get_portrait_suggestions](#property-get_portrait_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_portrait_suggestions](#property-get_portrait_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -129,7 +129,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -139,7 +139,7 @@ this is only here to provide a list of default values this way the module manage -**void [has_no_portraits](#property-has_no_portraits) ( )** +**func [has_no_portraits](#property-has_no_portraits) ( )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -149,7 +149,7 @@ this is only here to provide a list of default values this way the module manage -**void [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -159,7 +159,7 @@ this is only here to provide a list of default values this way the module manage -**void [should_show_animation_options](#property-should_show_animation_options) ( )** +**func [should_show_animation_options](#property-should_show_animation_options) ( )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -169,7 +169,7 @@ this is only here to provide a list of default values this way the module manage -**void [should_show_portrait_selector](#property-should_show_portrait_selector) ( )** +**func [should_show_portrait_selector](#property-should_show_portrait_selector) ( )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -179,7 +179,7 @@ this is only here to provide a list of default values this way the module manage -**void [to_text](#property-to_text) ( )** +**func [to_text](#property-to_text) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** diff --git a/documentation/classes/class_dialogicchoiceevent.md b/documentation/classes/class_dialogicchoiceevent.md index 92b113d..c1317b5 100644 --- a/documentation/classes/class_dialogicchoiceevent.md +++ b/documentation/classes/class_dialogicchoiceevent.md @@ -21,12 +21,12 @@ text | [String](https://docs.godotengine.org/en/latest/classes/class_string.html ## Methods Returns | Method --- | --- -void | [allow_alt_text](#property-allow_alt_text) ( ) -void | [build_event_editor](#property-build_event_editor) ( ) -void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_end_branch_control](#property-get_end_branch_control) ( ) -void | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [to_text](#property-to_text) ( ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [allow_alt_text](#property-allow_alt_text) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Control](https://docs.godotengine.org/en/latest/classes/class_control.html#class-control) | [get_end_branch_control](#property-get_end_branch_control) ( ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [to_text](#property-to_text) ( ) --- ## Constants @@ -60,7 +60,7 @@ Returns | Method -**void [allow_alt_text](#property-allow_alt_text) ( )** +**func [allow_alt_text](#property-allow_alt_text) ( )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -70,7 +70,7 @@ Returns | Method -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -80,7 +80,7 @@ Returns | Method -**void [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -90,7 +90,7 @@ Returns | Method -**void [get_end_branch_control](#property-get_end_branch_control) ( )** +**func [get_end_branch_control](#property-get_end_branch_control) ( )[Control](https://docs.godotengine.org/en/latest/classes/class_control.html#class-control)** @@ -100,7 +100,7 @@ Returns | Method -**void [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -110,7 +110,7 @@ Returns | Method -**void [to_text](#property-to_text) ( )** +**func [to_text](#property-to_text) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** diff --git a/documentation/classes/class_dialogiccommentevent.md b/documentation/classes/class_dialogiccommentevent.md index 85f1d7a..da336dc 100644 --- a/documentation/classes/class_dialogiccommentevent.md +++ b/documentation/classes/class_dialogiccommentevent.md @@ -18,16 +18,16 @@ text | [String](https://docs.godotengine.org/en/latest/classes/class_string.html ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [to_text](#property-to_text) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [to_text](#property-to_text) ( ) --- ## Property Descriptions -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -37,7 +37,7 @@ Returns | Method -**void [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -47,7 +47,7 @@ Returns | Method -**void [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -57,7 +57,7 @@ Returns | Method -**void [to_text](#property-to_text) ( )** +**func [to_text](#property-to_text) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** diff --git a/documentation/classes/class_dialogicconditionevent.md b/documentation/classes/class_dialogicconditionevent.md index 956d204..d5d805c 100644 --- a/documentation/classes/class_dialogicconditionevent.md +++ b/documentation/classes/class_dialogicconditionevent.md @@ -19,12 +19,12 @@ condition_type | [int](https://docs.godotengine.org/en/latest/classes/class_int. ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_end_branch_control](#property-get_end_branch_control) ( ) -void | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [should_execute_this_branch](#property-should_execute_this_branch) ( ) -void | [to_text](#property-to_text) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Control](https://docs.godotengine.org/en/latest/classes/class_control.html#class-control) | [get_end_branch_control](#property-get_end_branch_control) ( ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [should_execute_this_branch](#property-should_execute_this_branch) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [to_text](#property-to_text) ( ) --- ## Constants @@ -58,7 +58,7 @@ Returns | Method -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -68,7 +68,7 @@ Returns | Method -**void [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -78,7 +78,7 @@ Returns | Method -**void [get_end_branch_control](#property-get_end_branch_control) ( )** +**func [get_end_branch_control](#property-get_end_branch_control) ( )[Control](https://docs.godotengine.org/en/latest/classes/class_control.html#class-control)** @@ -88,7 +88,7 @@ Returns | Method -**void [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -98,7 +98,7 @@ Returns | Method -**void [should_execute_this_branch](#property-should_execute_this_branch) ( )** +**func [should_execute_this_branch](#property-should_execute_this_branch) ( )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -108,7 +108,7 @@ only called if the previous event was an end-branch event return true if this ev -**void [to_text](#property-to_text) ( )** +**func [to_text](#property-to_text) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** diff --git a/documentation/classes/class_dialogiccsvfile.md b/documentation/classes/class_dialogiccsvfile.md index 837165c..fdc750e 100644 --- a/documentation/classes/class_dialogiccsvfile.md +++ b/documentation/classes/class_dialogiccsvfile.md @@ -26,11 +26,11 @@ used_file_path | [String](https://docs.godotengine.org/en/latest/classes/class_s ## Methods Returns | Method --- | --- -void | [add_translation_keys_to_glossary](#property-add_translation_keys_to_glossary) ( `glossary`: [DialogicGlossary](class_dialogicglossary.md) ) -void | [collect_lines_from_characters](#property-collect_lines_from_characters) ( `characters`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) -void | [collect_lines_from_glossary](#property-collect_lines_from_glossary) ( `glossary`: [DialogicGlossary](class_dialogicglossary.md) ) -void | [collect_lines_from_timeline](#property-collect_lines_from_timeline) ( `timeline`: [DialogicTimeline](class_dialogictimeline.md) ) -void | [update_csv_file_on_disk](#property-update_csv_file_on_disk) ( ) +void | [add_translation_keys_to_glossary](#property-add_translation_keys_to_glossary) ( `glossary`: [DialogicGlossary](class_dialogicglossary.md) ) +void | [collect_lines_from_characters](#property-collect_lines_from_characters) ( `characters`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) +void | [collect_lines_from_glossary](#property-collect_lines_from_glossary) ( `glossary`: [DialogicGlossary](class_dialogicglossary.md) ) +void | [collect_lines_from_timeline](#property-collect_lines_from_timeline) ( `timeline`: [DialogicTimeline](class_dialogictimeline.md) ) +void | [update_csv_file_on_disk](#property-update_csv_file_on_disk) ( ) --- ## Constants @@ -73,7 +73,7 @@ Returns | Method -**void [add_translation_keys_to_glossary](#property-add_translation_keys_to_glossary) ( `glossary`: [DialogicGlossary](class_dialogicglossary.md) )** +**func [add_translation_keys_to_glossary](#property-add_translation_keys_to_glossary) ( `glossary`: [DialogicGlossary](class_dialogicglossary.md) )void** @@ -83,7 +83,7 @@ Reads all `lines` and adds them to the given `glossary`'s internal collection of -**void [collect_lines_from_characters](#property-collect_lines_from_characters) ( `characters`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )** +**func [collect_lines_from_characters](#property-collect_lines_from_characters) ( `characters`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )void** @@ -93,7 +93,7 @@ Collects names from the given `characters` and adds them to the `lines`. If thi -**void [collect_lines_from_glossary](#property-collect_lines_from_glossary) ( `glossary`: [DialogicGlossary](class_dialogicglossary.md) )** +**func [collect_lines_from_glossary](#property-collect_lines_from_glossary) ( `glossary`: [DialogicGlossary](class_dialogicglossary.md) )void** @@ -103,7 +103,7 @@ Collects properties from glossary entries from the given `glossary` and adds the -**void [collect_lines_from_timeline](#property-collect_lines_from_timeline) ( `timeline`: [DialogicTimeline](class_dialogictimeline.md) )** +**func [collect_lines_from_timeline](#property-collect_lines_from_timeline) ( `timeline`: [DialogicTimeline](class_dialogictimeline.md) )void** @@ -113,7 +113,7 @@ Collects translatable events from the given `timeline` and adds them to the `lin -**void [update_csv_file_on_disk](#property-update_csv_file_on_disk) ( )** +**func [update_csv_file_on_disk](#property-update_csv_file_on_disk) ( )void** diff --git a/documentation/classes/class_dialogicendbranchevent.md b/documentation/classes/class_dialogicendbranchevent.md index f53e6fb..2159c2e 100644 --- a/documentation/classes/class_dialogicendbranchevent.md +++ b/documentation/classes/class_dialogicendbranchevent.md @@ -14,17 +14,17 @@ ## Methods Returns | Method --- | --- -void | [find_next_index](#property-find_next_index) ( ) -void | [find_opening_index](#property-find_opening_index) ( ) -void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [to_text](#property-to_text) ( ) +[int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) | [find_next_index](#property-find_next_index) ( ) +[int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) | [find_opening_index](#property-find_opening_index) ( ) +void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [to_text](#property-to_text) ( ) --- ## Property Descriptions -**void [find_next_index](#property-find_next_index) ( )** +**func [find_next_index](#property-find_next_index) ( )[int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int)** @@ -34,7 +34,7 @@ Returns | Method -**void [find_opening_index](#property-find_opening_index) ( )** +**func [find_opening_index](#property-find_opening_index) ( )[int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int)** @@ -44,7 +44,7 @@ Returns | Method -**void [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -54,7 +54,7 @@ Returns | Method -**void [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -64,7 +64,7 @@ Returns | Method -**void [to_text](#property-to_text) ( )** +**func [to_text](#property-to_text) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** diff --git a/documentation/classes/class_dialogicendtimelineevent.md b/documentation/classes/class_dialogicendtimelineevent.md index af12c75..42798ec 100644 --- a/documentation/classes/class_dialogicendtimelineevent.md +++ b/documentation/classes/class_dialogicendtimelineevent.md @@ -14,14 +14,14 @@ ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [get_shortcode](#property-get_shortcode) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_shortcode](#property-get_shortcode) ( ) --- ## Property Descriptions -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -31,7 +31,7 @@ Returns | Method -**void [get_shortcode](#property-get_shortcode) ( )** +**func [get_shortcode](#property-get_shortcode) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** diff --git a/documentation/classes/class_dialogicevent.md b/documentation/classes/class_dialogicevent.md index d8a6ff2..a878717 100644 --- a/documentation/classes/class_dialogicevent.md +++ b/documentation/classes/class_dialogicevent.md @@ -36,31 +36,31 @@ wants_to_group | [bool](https://docs.godotengine.org/en/latest/classes/class_boo ## Methods Returns | Method --- | --- -void | [add_body_edit](#property-add_body_edit) ( `variable`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `editor_type`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `14`, `extra_info`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) = ``, `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) -void | [add_body_line_break](#property-add_body_line_break) ( `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) -void | [add_header_button](#property-add_header_button) ( `text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `callable`: [Callable](https://docs.godotengine.org/en/latest/classes/class_callable.html#class-callable), `tooltip`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `icon`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `null`, `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) -void | [add_header_edit](#property-add_header_edit) ( `variable`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `editor_type`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `14`, `extra_info`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) = ``, `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) -void | [add_header_label](#property-add_header_label) ( `text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) -void | [add_translation_id](#property-add_translation_id) ( ) -void | [build_event_editor](#property-build_event_editor) ( ) -void | [can_be_translated](#property-can_be_translated) ( ) -void | [execute](#property-execute) ( `_dialogic_game_handler`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) -void | [finish](#property-finish) ( ) -void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_end_branch_control](#property-get_end_branch_control) ( ) -void | [get_event_editor_info](#property-get_event_editor_info) ( ) -void | [get_property_translated](#property-get_property_translated) ( `property_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_property_translation_key](#property-get_property_translation_key) ( `property_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_shortcode](#property-get_shortcode) ( ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) -void | [is_string_full_event](#property-is_string_full_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [parse_shortcode_parameters](#property-parse_shortcode_parameters) ( `shortcode`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [remove_translation_id](#property-remove_translation_id) ( ) -void | [set_default_color](#property-set_default_color) ( `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) -void | [should_execute_this_branch](#property-should_execute_this_branch) ( ) -void | [to_text](#property-to_text) ( ) -void | [update_text_version](#property-update_text_version) ( ) +void | [add_body_edit](#property-add_body_edit) ( `variable`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `editor_type`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `14`, `extra_info`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) = ``, `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) +void | [add_body_line_break](#property-add_body_line_break) ( `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) +void | [add_header_button](#property-add_header_button) ( `text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `callable`: [Callable](https://docs.godotengine.org/en/latest/classes/class_callable.html#class-callable), `tooltip`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `icon`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `null`, `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) +void | [add_header_edit](#property-add_header_edit) ( `variable`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `editor_type`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `14`, `extra_info`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) = ``, `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) +void | [add_header_label](#property-add_header_label) ( `text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [add_translation_id](#property-add_translation_id) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [can_be_translated](#property-can_be_translated) ( ) +void | [execute](#property-execute) ( `_dialogic_game_handler`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) +void | [finish](#property-finish) ( ) +void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Control](https://docs.godotengine.org/en/latest/classes/class_control.html#class-control) | [get_end_branch_control](#property-get_end_branch_control) ( ) +[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array) | [get_event_editor_info](#property-get_event_editor_info) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_property_translated](#property-get_property_translated) ( `property_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_property_translation_key](#property-get_property_translation_key) ( `property_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_shortcode](#property-get_shortcode) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_string_full_event](#property-is_string_full_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [parse_shortcode_parameters](#property-parse_shortcode_parameters) ( `shortcode`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [remove_translation_id](#property-remove_translation_id) ( ) +void | [set_default_color](#property-set_default_color) ( `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [should_execute_this_branch](#property-should_execute_this_branch) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [to_text](#property-to_text) ( ) +void | [update_text_version](#property-update_text_version) ( ) --- ## Constants @@ -262,7 +262,7 @@ Singal that notifies the visual editor block to update -**void [add_body_edit](#property-add_body_edit) ( `variable`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `editor_type`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `14`, `extra_info`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) = ``, `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )** +**func [add_body_edit](#property-add_body_edit) ( `variable`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `editor_type`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `14`, `extra_info`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) = ``, `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )void** @@ -272,7 +272,7 @@ Singal that notifies the visual editor block to update -**void [add_body_line_break](#property-add_body_line_break) ( `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )** +**func [add_body_line_break](#property-add_body_line_break) ( `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )void** @@ -282,7 +282,7 @@ Singal that notifies the visual editor block to update -**void [add_header_button](#property-add_header_button) ( `text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `callable`: [Callable](https://docs.godotengine.org/en/latest/classes/class_callable.html#class-callable), `tooltip`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `icon`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `null`, `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )** +**func [add_header_button](#property-add_header_button) ( `text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `callable`: [Callable](https://docs.godotengine.org/en/latest/classes/class_callable.html#class-callable), `tooltip`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `icon`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `null`, `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )void** @@ -292,7 +292,7 @@ Singal that notifies the visual editor block to update -**void [add_header_edit](#property-add_header_edit) ( `variable`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `editor_type`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `14`, `extra_info`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) = ``, `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )** +**func [add_header_edit](#property-add_header_edit) ( `variable`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `editor_type`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `14`, `extra_info`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) = ``, `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )void** @@ -302,7 +302,7 @@ Singal that notifies the visual editor block to update -**void [add_header_label](#property-add_header_label) ( `text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )** +**func [add_header_label](#property-add_header_label) ( `text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `condition`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )void** @@ -312,7 +312,7 @@ Singal that notifies the visual editor block to update -**void [add_translation_id](#property-add_translation_id) ( )** +**func [add_translation_id](#property-add_translation_id) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -322,7 +322,7 @@ This is automatically called, no need to use this. -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -332,7 +332,7 @@ to be overwritten by the sub_classes -**void [can_be_translated](#property-can_be_translated) ( )** +**func [can_be_translated](#property-can_be_translated) ( )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -342,7 +342,7 @@ Returns true if there is any translatable properties on this event. Overwrite [_ -**void [execute](#property-execute) ( `_dialogic_game_handler`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )** +**func [execute](#property-execute) ( `_dialogic_game_handler`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )void** @@ -352,7 +352,7 @@ Executes the event behaviour. In subclasses [_execute] (not this one) should be -**void [finish](#property-finish) ( )** +**func [finish](#property-finish) ( )void** @@ -362,7 +362,7 @@ Ends the event behaviour. -**void [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -372,7 +372,7 @@ loads the variables from the string stored above by default it uses the shortcod -**void [get_end_branch_control](#property-get_end_branch_control) ( )** +**func [get_end_branch_control](#property-get_end_branch_control) ( )[Control](https://docs.godotengine.org/en/latest/classes/class_control.html#class-control)** @@ -382,7 +382,7 @@ to be overridden by sub-classes only called if can_contain_events is true. retur -**void [get_event_editor_info](#property-get_event_editor_info) ( )** +**func [get_event_editor_info](#property-get_event_editor_info) ( )[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array)** @@ -392,7 +392,7 @@ to be overridden by sub-classes only called if can_contain_events is true. retur -**void [get_property_translated](#property-get_property_translated) ( `property_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_property_translated](#property-get_property_translated) ( `property_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -402,7 +402,7 @@ Call this whenever you are using a translatable property -**void [get_property_translation_key](#property-get_property_translation_key) ( `property_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_property_translation_key](#property-get_property_translation_key) ( `property_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -412,7 +412,7 @@ Call this whenever you are using a translatable property -**void [get_shortcode](#property-get_shortcode) ( )** +**func [get_shortcode](#property-get_shortcode) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -422,7 +422,7 @@ if this uses the short-code format, return the shortcode -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -432,7 +432,7 @@ if this uses the short-code format, return the parameters and corresponding prop -**void [is_string_full_event](#property-is_string_full_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [is_string_full_event](#property-is_string_full_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -442,7 +442,7 @@ has to return true if this string seems to be a full event of this kind (only te -**void [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -452,7 +452,7 @@ has to return true, if the given string can be interpreted as this event by defa -**void [parse_shortcode_parameters](#property-parse_shortcode_parameters) ( `shortcode`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [parse_shortcode_parameters](#property-parse_shortcode_parameters) ( `shortcode`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -462,7 +462,7 @@ used to get all the shortcode parameters in a string as a dictionary -**void [remove_translation_id](#property-remove_translation_id) ( )** +**func [remove_translation_id](#property-remove_translation_id) ( )void** @@ -472,7 +472,7 @@ used to get all the shortcode parameters in a string as a dictionary -**void [set_default_color](#property-set_default_color) ( `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )** +**func [set_default_color](#property-set_default_color) ( `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )void** @@ -482,7 +482,7 @@ used to get all the shortcode parameters in a string as a dictionary -**void [should_execute_this_branch](#property-should_execute_this_branch) ( )** +**func [should_execute_this_branch](#property-should_execute_this_branch) ( )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -492,7 +492,7 @@ to be overridden by sub-classes only called if can_contain_events is true and th -**void [to_text](#property-to_text) ( )** +**func [to_text](#property-to_text) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -502,7 +502,7 @@ returns a readable presentation of the event (This is how it's stored) by defaul -**void [update_text_version](#property-update_text_version) ( )** +**func [update_text_version](#property-update_text_version) ( )void** diff --git a/documentation/classes/class_dialogicgamehandler.md b/documentation/classes/class_dialogicgamehandler.md index 48633bf..799dab6 100644 --- a/documentation/classes/class_dialogicgamehandler.md +++ b/documentation/classes/class_dialogicgamehandler.md @@ -40,19 +40,19 @@ paused | [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#c ## Methods Returns | Method --- | --- -void | [add_subsystem](#property-add_subsystem) ( `_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `_script_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [clear](#property-clear) ( `clear_flags`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0` ) -void | [collect_subsystems](#property-collect_subsystems) ( ) -void | [end_timeline](#property-end_timeline) ( ) -void | [get_full_state](#property-get_full_state) ( ) -void | [get_subsystem](#property-get_subsystem) ( `_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [handle_event](#property-handle_event) ( `event_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) ) -void | [handle_next_event](#property-handle_next_event) ( `ignore_argument`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `""` ) -void | [has_subsystem](#property-has_subsystem) ( `_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [load_full_state](#property-load_full_state) ( `state_info`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) -void | [preload_timeline](#property-preload_timeline) ( `timeline_resource`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) -void | [start](#property-start) ( `timeline`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant), `label`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `""` ) -void | [start_timeline](#property-start_timeline) ( `timeline`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant), `label_or_idx`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `""` ) +[DialogicSubsystem](class_dialogicsubsystem.md) | [add_subsystem](#property-add_subsystem) ( `_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `_script_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [clear](#property-clear) ( `clear_flags`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0` ) +void | [collect_subsystems](#property-collect_subsystems) ( ) +void | [end_timeline](#property-end_timeline) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_full_state](#property-get_full_state) ( ) +[DialogicSubsystem](class_dialogicsubsystem.md) | [get_subsystem](#property-get_subsystem) ( `_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [handle_event](#property-handle_event) ( `event_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) ) +void | [handle_next_event](#property-handle_next_event) ( `ignore_argument`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `""` ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [has_subsystem](#property-has_subsystem) ( `_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [load_full_state](#property-load_full_state) ( `state_info`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) +[Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) | [preload_timeline](#property-preload_timeline) ( `timeline_resource`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) +[Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node) | [start](#property-start) ( `timeline`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant), `label`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `""` ) +void | [start_timeline](#property-start_timeline) ( `timeline`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant), `label_or_idx`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `""` ) --- ## Constants @@ -213,7 +213,7 @@ Emitted when [signal] effect was reached in text. -**void [add_subsystem](#property-add_subsystem) ( `_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `_script_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [add_subsystem](#property-add_subsystem) ( `_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `_script_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[DialogicSubsystem](class_dialogicsubsystem.md)** @@ -223,7 +223,7 @@ Emitted when [signal] effect was reached in text. -**void [clear](#property-clear) ( `clear_flags`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0` )** +**func [clear](#property-clear) ( `clear_flags`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0` )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -233,7 +233,7 @@ Resets dialogics state fully or partially. By using the clear flags you can spec -**void [collect_subsystems](#property-collect_subsystems) ( )** +**func [collect_subsystems](#property-collect_subsystems) ( )void** @@ -243,7 +243,7 @@ Resets dialogics state fully or partially. By using the clear flags you can spec -**void [end_timeline](#property-end_timeline) ( )** +**func [end_timeline](#property-end_timeline) ( )void** @@ -253,7 +253,7 @@ Resets dialogics state fully or partially. By using the clear flags you can spec -**void [get_full_state](#property-get_full_state) ( )** +**func [get_full_state](#property-get_full_state) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -263,7 +263,7 @@ Resets dialogics state fully or partially. By using the clear flags you can spec -**void [get_subsystem](#property-get_subsystem) ( `_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_subsystem](#property-get_subsystem) ( `_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[DialogicSubsystem](class_dialogicsubsystem.md)** @@ -273,7 +273,7 @@ Resets dialogics state fully or partially. By using the clear flags you can spec -**void [handle_event](#property-handle_event) ( `event_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) )** +**func [handle_event](#property-handle_event) ( `event_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) )void** @@ -283,7 +283,7 @@ Resets dialogics state fully or partially. By using the clear flags you can spec -**void [handle_next_event](#property-handle_next_event) ( `ignore_argument`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `""` )** +**func [handle_next_event](#property-handle_next_event) ( `ignore_argument`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `""` )void** @@ -293,7 +293,7 @@ Resets dialogics state fully or partially. By using the clear flags you can spec -**void [has_subsystem](#property-has_subsystem) ( `_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [has_subsystem](#property-has_subsystem) ( `_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -303,7 +303,7 @@ Resets dialogics state fully or partially. By using the clear flags you can spec -**void [load_full_state](#property-load_full_state) ( `state_info`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )** +**func [load_full_state](#property-load_full_state) ( `state_info`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )void** @@ -313,7 +313,7 @@ Resets dialogics state fully or partially. By using the clear flags you can spec -**void [preload_timeline](#property-preload_timeline) ( `timeline_resource`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )** +**func [preload_timeline](#property-preload_timeline) ( `timeline_resource`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )[Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant)** @@ -323,7 +323,7 @@ Resets dialogics state fully or partially. By using the clear flags you can spec -**void [start](#property-start) ( `timeline`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant), `label`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `""` )** +**func [start](#property-start) ( `timeline`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant), `label`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `""` )[Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node)** @@ -333,7 +333,7 @@ Method to start a timeline AND ensure that a layout scene is present. For argume -**void [start_timeline](#property-start_timeline) ( `timeline`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant), `label_or_idx`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `""` )** +**func [start_timeline](#property-start_timeline) ( `timeline`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant), `label_or_idx`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `""` )void** diff --git a/documentation/classes/class_dialogicglossary.md b/documentation/classes/class_dialogicglossary.md index b32d195..1cd2012 100644 --- a/documentation/classes/class_dialogicglossary.md +++ b/documentation/classes/class_dialogicglossary.md @@ -19,19 +19,19 @@ entries | [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dict ## Methods Returns | Method --- | --- -void | [add_translation_id](#property-add_translation_id) ( ) -void | [clear_translation_keys](#property-clear_translation_keys) ( ) -void | [get_entry](#property-get_entry) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_property_translation_key](#property-get_property_translation_key) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `property`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_set_glossary_entry_translation_id](#property-get_set_glossary_entry_translation_id) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_set_glossary_translation_id](#property-get_set_glossary_translation_id) ( ) -void | [get_set_regex_option](#property-get_set_regex_option) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_word_translation_key](#property-get_word_translation_key) ( `word`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [remove_entry](#property-remove_entry) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [remove_entry_translation_ids](#property-remove_entry_translation_ids) ( ) -void | [remove_translation_id](#property-remove_translation_id) ( ) -void | [replace_entry_key](#property-replace_entry_key) ( `old_entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `new_entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [try_add_entry](#property-try_add_entry) ( `entry`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [add_translation_id](#property-add_translation_id) ( ) +void | [clear_translation_keys](#property-clear_translation_keys) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_entry](#property-get_entry) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_property_translation_key](#property-get_property_translation_key) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `property`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_set_glossary_entry_translation_id](#property-get_set_glossary_entry_translation_id) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_set_glossary_translation_id](#property-get_set_glossary_translation_id) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_set_regex_option](#property-get_set_regex_option) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_word_translation_key](#property-get_word_translation_key) ( `word`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [remove_entry](#property-remove_entry) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [remove_entry_translation_ids](#property-remove_entry_translation_ids) ( ) +void | [remove_translation_id](#property-remove_translation_id) ( ) +void | [replace_entry_key](#property-replace_entry_key) ( `old_entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `new_entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [try_add_entry](#property-try_add_entry) ( `entry`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) --- ## Constants @@ -128,7 +128,7 @@ Returns | Method -**void [add_translation_id](#property-add_translation_id) ( )** +**func [add_translation_id](#property-add_translation_id) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -138,7 +138,7 @@ This is automatically called, no need to use this. -**void [clear_translation_keys](#property-clear_translation_keys) ( )** +**func [clear_translation_keys](#property-clear_translation_keys) ( )void** @@ -148,7 +148,7 @@ Clears the lookup tables using translation keys. -**void [get_entry](#property-get_entry) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_entry](#property-get_entry) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -158,7 +158,7 @@ Gets the glossary entry for the given `entry_key`. If there is no matching entry -**void [get_property_translation_key](#property-get_property_translation_key) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `property`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_property_translation_key](#property-get_property_translation_key) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `property`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -168,7 +168,7 @@ Returns a key used to reference this glossary in the translation CSV file. Time -**void [get_set_glossary_entry_translation_id](#property-get_set_glossary_entry_translation_id) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_set_glossary_entry_translation_id](#property-get_set_glossary_entry_translation_id) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -178,7 +178,7 @@ Tries to get the glossary entry's translation ID. If it does not exist, a new on -**void [get_set_glossary_translation_id](#property-get_set_glossary_translation_id) ( )** +**func [get_set_glossary_translation_id](#property-get_set_glossary_translation_id) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -188,7 +188,7 @@ Tries to get the glossary's translation ID. If it does not exist, a new one will -**void [get_set_regex_option](#property-get_set_regex_option) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_set_regex_option](#property-get_set_regex_option) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -198,7 +198,7 @@ Gets the regex option for the given `entry_key`. If the regex option does not ex -**void [get_word_translation_key](#property-get_word_translation_key) ( `word`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_word_translation_key](#property-get_word_translation_key) ( `word`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -208,7 +208,7 @@ Returns the matching translation key for the given `word`. This key can be used -**void [remove_entry](#property-remove_entry) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [remove_entry](#property-remove_entry) ( `entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -218,7 +218,7 @@ Removes an entry and all its aliases (alternative property) from the glossary. ` -**void [remove_entry_translation_ids](#property-remove_entry_translation_ids) ( )** +**func [remove_entry_translation_ids](#property-remove_entry_translation_ids) ( )void** @@ -228,7 +228,7 @@ Removes the translation ID of all glossary entries. -**void [remove_translation_id](#property-remove_translation_id) ( )** +**func [remove_translation_id](#property-remove_translation_id) ( )void** @@ -238,7 +238,7 @@ Removes the translation ID of this glossary. -**void [replace_entry_key](#property-replace_entry_key) ( `old_entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `new_entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [replace_entry_key](#property-replace_entry_key) ( `old_entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `new_entry_key`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -248,7 +248,7 @@ Do not use this to update alternative names. In order to update alternative name -**void [try_add_entry](#property-try_add_entry) ( `entry`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )** +**func [try_add_entry](#property-try_add_entry) ( `entry`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** diff --git a/documentation/classes/class_dialogicglossaryevent.md b/documentation/classes/class_dialogicglossaryevent.md index 403b4b1..3207bd7 100644 --- a/documentation/classes/class_dialogicglossaryevent.md +++ b/documentation/classes/class_dialogicglossaryevent.md @@ -14,15 +14,15 @@ ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [get_shortcode](#property-get_shortcode) ( ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_shortcode](#property-get_shortcode) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) --- ## Property Descriptions -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -32,7 +32,7 @@ Returns | Method -**void [get_shortcode](#property-get_shortcode) ( )** +**func [get_shortcode](#property-get_shortcode) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -42,7 +42,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** diff --git a/documentation/classes/class_dialogichistoryevent.md b/documentation/classes/class_dialogichistoryevent.md index f6de5a2..5ee58bb 100644 --- a/documentation/classes/class_dialogichistoryevent.md +++ b/documentation/classes/class_dialogichistoryevent.md @@ -18,9 +18,9 @@ action | [int](https://docs.godotengine.org/en/latest/classes/class_int.html#cla ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [get_shortcode](#property-get_shortcode) ( ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_shortcode](#property-get_shortcode) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) --- ## Constants @@ -54,7 +54,7 @@ Returns | Method -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -64,7 +64,7 @@ Returns | Method -**void [get_shortcode](#property-get_shortcode) ( )** +**func [get_shortcode](#property-get_shortcode) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -74,7 +74,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** diff --git a/documentation/classes/class_dialogicindexer.md b/documentation/classes/class_dialogicindexer.md index e1c99e6..a06dd41 100644 --- a/documentation/classes/class_dialogicindexer.md +++ b/documentation/classes/class_dialogicindexer.md @@ -18,15 +18,15 @@ this_folder | [String](https://docs.godotengine.org/en/latest/classes/class_stri ## Methods Returns | Method --- | --- -void | [list_dir](#property-list_dir) ( `subdir`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) -void | [list_special_resources](#property-list_special_resources) ( `subdir`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""`, `type`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""`, `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) -void | [scan_for_layout_parts](#property-scan_for_layout_parts) ( ) +[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array) | [list_dir](#property-list_dir) ( `subdir`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) +[Dictionary[]](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [list_special_resources](#property-list_special_resources) ( `subdir`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""`, `type`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""`, `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) +[Dictionary[]](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [scan_for_layout_parts](#property-scan_for_layout_parts) ( ) --- ## Property Descriptions -**void [list_dir](#property-list_dir) ( `subdir`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )** +**func [list_dir](#property-list_dir) ( `subdir`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array)** @@ -36,7 +36,7 @@ Returns | Method -**void [list_special_resources](#property-list_special_resources) ( `subdir`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""`, `type`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""`, `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )** +**func [list_special_resources](#property-list_special_resources) ( `subdir`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""`, `type`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""`, `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )[Dictionary[]](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -46,7 +46,7 @@ Returns | Method -**void [scan_for_layout_parts](#property-scan_for_layout_parts) ( )** +**func [scan_for_layout_parts](#property-scan_for_layout_parts) ( )[Dictionary[]](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** diff --git a/documentation/classes/class_dialogicjumpevent.md b/documentation/classes/class_dialogicjumpevent.md index 58e4215..82c18bb 100644 --- a/documentation/classes/class_dialogicjumpevent.md +++ b/documentation/classes/class_dialogicjumpevent.md @@ -20,19 +20,19 @@ timeline_identifier | [String](https://docs.godotengine.org/en/latest/classes/cl ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_label_suggestions](#property-get_label_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) -void | [get_timeline_suggestions](#property-get_timeline_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) -void | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [to_text](#property-to_text) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_label_suggestions](#property-get_label_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_timeline_suggestions](#property-get_timeline_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [to_text](#property-to_text) ( ) --- ## Property Descriptions -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -42,7 +42,7 @@ Returns | Method -**void [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -52,7 +52,7 @@ Returns | Method -**void [get_label_suggestions](#property-get_label_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )** +**func [get_label_suggestions](#property-get_label_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -62,7 +62,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -72,7 +72,7 @@ Returns | Method -**void [get_timeline_suggestions](#property-get_timeline_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )** +**func [get_timeline_suggestions](#property-get_timeline_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -82,7 +82,7 @@ Returns | Method -**void [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -92,7 +92,7 @@ Returns | Method -**void [to_text](#property-to_text) ( )** +**func [to_text](#property-to_text) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** diff --git a/documentation/classes/class_dialogiclabelevent.md b/documentation/classes/class_dialogiclabelevent.md index e46cbc4..7ba72a4 100644 --- a/documentation/classes/class_dialogiclabelevent.md +++ b/documentation/classes/class_dialogiclabelevent.md @@ -18,17 +18,17 @@ name | [String](https://docs.godotengine.org/en/latest/classes/class_string.html ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) -void | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [to_text](#property-to_text) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [to_text](#property-to_text) ( ) --- ## Property Descriptions -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -38,7 +38,7 @@ Returns | Method -**void [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -48,7 +48,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -58,7 +58,7 @@ Returns | Method -**void [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -68,7 +68,7 @@ Returns | Method -**void [to_text](#property-to_text) ( )** +**func [to_text](#property-to_text) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** diff --git a/documentation/classes/class_dialogiclayoutbase.md b/documentation/classes/class_dialogiclayoutbase.md index 785a820..5ae440b 100644 --- a/documentation/classes/class_dialogiclayoutbase.md +++ b/documentation/classes/class_dialogiclayoutbase.md @@ -14,17 +14,17 @@ Base class that should be extended by custom layouts. ## Methods Returns | Method --- | --- -void | [add_layer](#property-add_layer) ( `layer`: [DialogicLayoutLayer](class_dialogiclayoutlayer.md) ) -void | [appply_export_overrides](#property-appply_export_overrides) ( ) -void | [get_global_setting](#property-get_global_setting) ( `setting`: [StringName](https://docs.godotengine.org/en/latest/classes/class_stringname.html#class-stringname), `default`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) -void | [get_layer](#property-get_layer) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) ) -void | [get_layers](#property-get_layers) ( ) +[Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node) | [add_layer](#property-add_layer) ( `layer`: [DialogicLayoutLayer](class_dialogiclayoutlayer.md) ) +void | [appply_export_overrides](#property-appply_export_overrides) ( ) +[Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) | [get_global_setting](#property-get_global_setting) ( `setting`: [StringName](https://docs.godotengine.org/en/latest/classes/class_stringname.html#class-stringname), `default`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) +[Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node) | [get_layer](#property-get_layer) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) ) +[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array) | [get_layers](#property-get_layers) ( ) --- ## Property Descriptions -**void [add_layer](#property-add_layer) ( `layer`: [DialogicLayoutLayer](class_dialogiclayoutlayer.md) )** +**func [add_layer](#property-add_layer) ( `layer`: [DialogicLayoutLayer](class_dialogiclayoutlayer.md) )[Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node)** @@ -34,7 +34,7 @@ Returns | Method -**void [appply_export_overrides](#property-appply_export_overrides) ( )** +**func [appply_export_overrides](#property-appply_export_overrides) ( )void** @@ -44,7 +44,7 @@ Returns | Method -**void [get_global_setting](#property-get_global_setting) ( `setting`: [StringName](https://docs.godotengine.org/en/latest/classes/class_stringname.html#class-stringname), `default`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )** +**func [get_global_setting](#property-get_global_setting) ( `setting`: [StringName](https://docs.godotengine.org/en/latest/classes/class_stringname.html#class-stringname), `default`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )[Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant)** @@ -54,7 +54,7 @@ Returns | Method -**void [get_layer](#property-get_layer) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) )** +**func [get_layer](#property-get_layer) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) )[Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node)** @@ -64,7 +64,7 @@ Returns | Method -**void [get_layers](#property-get_layers) ( )** +**func [get_layers](#property-get_layers) ( )[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array)** diff --git a/documentation/classes/class_dialogiclayoutlayer.md b/documentation/classes/class_dialogiclayoutlayer.md index 4c8f823..160b8fa 100644 --- a/documentation/classes/class_dialogiclayoutlayer.md +++ b/documentation/classes/class_dialogiclayoutlayer.md @@ -20,14 +20,14 @@ this_folder | [String](https://docs.godotengine.org/en/latest/classes/class_stri ## Methods Returns | Method --- | --- -void | [apply_export_overrides](#property-apply_export_overrides) ( ) -void | [get_global_setting](#property-get_global_setting) ( `setting_name`: [StringName](https://docs.godotengine.org/en/latest/classes/class_stringname.html#class-stringname), `default`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) +void | [apply_export_overrides](#property-apply_export_overrides) ( ) +[Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) | [get_global_setting](#property-get_global_setting) ( `setting_name`: [StringName](https://docs.godotengine.org/en/latest/classes/class_stringname.html#class-stringname), `default`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) --- ## Property Descriptions -**void [apply_export_overrides](#property-apply_export_overrides) ( )** +**func [apply_export_overrides](#property-apply_export_overrides) ( )void** @@ -37,7 +37,7 @@ Returns | Method -**void [get_global_setting](#property-get_global_setting) ( `setting_name`: [StringName](https://docs.godotengine.org/en/latest/classes/class_stringname.html#class-stringname), `default`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )** +**func [get_global_setting](#property-get_global_setting) ( `setting_name`: [StringName](https://docs.godotengine.org/en/latest/classes/class_stringname.html#class-stringname), `default`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )[Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant)** diff --git a/documentation/classes/class_dialogiclearevent.md b/documentation/classes/class_dialogiclearevent.md index 7b86786..6ade70e 100644 --- a/documentation/classes/class_dialogiclearevent.md +++ b/documentation/classes/class_dialogiclearevent.md @@ -25,15 +25,15 @@ time | [float](https://docs.godotengine.org/en/latest/classes/class_float.html#c ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [get_shortcode](#property-get_shortcode) ( ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_shortcode](#property-get_shortcode) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) --- ## Property Descriptions -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -43,7 +43,7 @@ Returns | Method -**void [get_shortcode](#property-get_shortcode) ( )** +**func [get_shortcode](#property-get_shortcode) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -53,7 +53,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** diff --git a/documentation/classes/class_dialogicmusicevent.md b/documentation/classes/class_dialogicmusicevent.md index b950b84..66cb44b 100644 --- a/documentation/classes/class_dialogicmusicevent.md +++ b/documentation/classes/class_dialogicmusicevent.md @@ -22,16 +22,16 @@ volume | [float](https://docs.godotengine.org/en/latest/classes/class_float.html ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [get_bus_suggestions](#property-get_bus_suggestions) ( ) -void | [get_shortcode](#property-get_shortcode) ( ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_bus_suggestions](#property-get_bus_suggestions) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_shortcode](#property-get_shortcode) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) --- ## Property Descriptions -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -41,7 +41,7 @@ Returns | Method -**void [get_bus_suggestions](#property-get_bus_suggestions) ( )** +**func [get_bus_suggestions](#property-get_bus_suggestions) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -51,7 +51,7 @@ Returns | Method -**void [get_shortcode](#property-get_shortcode) ( )** +**func [get_shortcode](#property-get_shortcode) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -61,7 +61,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** diff --git a/documentation/classes/class_dialogicnode_buttonsound.md b/documentation/classes/class_dialogicnode_buttonsound.md index c937a94..ad62c2f 100644 --- a/documentation/classes/class_dialogicnode_buttonsound.md +++ b/documentation/classes/class_dialogicnode_buttonsound.md @@ -20,13 +20,13 @@ sound_pressed | [AudioStream](https://docs.godotengine.org/en/latest/classes/cla ## Methods Returns | Method --- | --- -void | [play_sound](#property-play_sound) ( `sound`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) +void | [play_sound](#property-play_sound) ( `sound`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) --- ## Property Descriptions -**void [play_sound](#property-play_sound) ( `sound`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )** +**func [play_sound](#property-play_sound) ( `sound`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )void** diff --git a/documentation/classes/class_dialogicnode_dialogtext.md b/documentation/classes/class_dialogicnode_dialogtext.md index f61e140..4491806 100644 --- a/documentation/classes/class_dialogicnode_dialogtext.md +++ b/documentation/classes/class_dialogicnode_dialogtext.md @@ -26,10 +26,10 @@ textbox_root | [Node](https://docs.godotengine.org/en/latest/classes/class_node. ## Methods Returns | Method --- | --- -void | [continue_reveal](#property-continue_reveal) ( ) -void | [finish_text](#property-finish_text) ( ) -void | [reveal_text](#property-reveal_text) ( `_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `keep_previous`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` ) -void | [set_speed](#property-set_speed) ( `delay_per_character`: [float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float) ) +void | [continue_reveal](#property-continue_reveal) ( ) +void | [finish_text](#property-finish_text) ( ) +void | [reveal_text](#property-reveal_text) ( `_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `keep_previous`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` ) +void | [set_speed](#property-set_speed) ( `delay_per_character`: [float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float) ) --- ## Constants @@ -95,7 +95,7 @@ Returns | Method -**void [continue_reveal](#property-continue_reveal) ( )** +**func [continue_reveal](#property-continue_reveal) ( )void** @@ -105,7 +105,7 @@ Reveals one additional character. -**void [finish_text](#property-finish_text) ( )** +**func [finish_text](#property-finish_text) ( )void** @@ -115,7 +115,7 @@ Reveals the entire text instantly. -**void [reveal_text](#property-reveal_text) ( `_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `keep_previous`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` )** +**func [reveal_text](#property-reveal_text) ( `_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `keep_previous`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` )void** @@ -125,7 +125,7 @@ Reveals the entire text instantly. -**void [set_speed](#property-set_speed) ( `delay_per_character`: [float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float) )** +**func [set_speed](#property-set_speed) ( `delay_per_character`: [float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float) )void** diff --git a/documentation/classes/class_dialogicnode_portraitcontainer.md b/documentation/classes/class_dialogicnode_portraitcontainer.md index 2221619..b5e66fa 100644 --- a/documentation/classes/class_dialogicnode_portraitcontainer.md +++ b/documentation/classes/class_dialogicnode_portraitcontainer.md @@ -31,8 +31,8 @@ size_mode | [int](https://docs.godotengine.org/en/latest/classes/class_int.html# ## Methods Returns | Method --- | --- -void | [get_local_portrait_transform](#property-get_local_portrait_transform) ( `portrait_rect`: [Rect2](https://docs.godotengine.org/en/latest/classes/class_rect2.html#class-rect2), `character_scale`: [float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float) = `1.0` ) -void | [update_portrait_transforms](#property-update_portrait_transforms) ( ) +[Rect2](https://docs.godotengine.org/en/latest/classes/class_rect2.html#class-rect2) | [get_local_portrait_transform](#property-get_local_portrait_transform) ( `portrait_rect`: [Rect2](https://docs.godotengine.org/en/latest/classes/class_rect2.html#class-rect2), `character_scale`: [float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float) = `1.0` ) +void | [update_portrait_transforms](#property-update_portrait_transforms) ( ) --- ## Constants @@ -174,7 +174,7 @@ Returns | Method -**void [get_local_portrait_transform](#property-get_local_portrait_transform) ( `portrait_rect`: [Rect2](https://docs.godotengine.org/en/latest/classes/class_rect2.html#class-rect2), `character_scale`: [float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float) = `1.0` )** +**func [get_local_portrait_transform](#property-get_local_portrait_transform) ( `portrait_rect`: [Rect2](https://docs.godotengine.org/en/latest/classes/class_rect2.html#class-rect2), `character_scale`: [float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float) = `1.0` )[Rect2](https://docs.godotengine.org/en/latest/classes/class_rect2.html#class-rect2)** @@ -184,7 +184,7 @@ Returns a Rect2 with the position as the position and the scale as the size. -**void [update_portrait_transforms](#property-update_portrait_transforms) ( )** +**func [update_portrait_transforms](#property-update_portrait_transforms) ( )void** diff --git a/documentation/classes/class_dialogicnode_textbubble.md b/documentation/classes/class_dialogicnode_textbubble.md index 37a79f9..ee68b38 100644 --- a/documentation/classes/class_dialogicnode_textbubble.md +++ b/documentation/classes/class_dialogicnode_textbubble.md @@ -25,20 +25,20 @@ speaker_node | [Node](https://docs.godotengine.org/en/latest/classes/class_node. ## Methods Returns | Method --- | --- -void | [close](#property-close) ( ) -void | [get_bubble](#property-get_bubble) ( ) -void | [get_choice_container](#property-get_choice_container) ( ) -void | [get_dialog_text](#property-get_dialog_text) ( ) -void | [get_name_label](#property-get_name_label) ( ) -void | [get_name_label_panel](#property-get_name_label_panel) ( ) -void | [get_tail](#property-get_tail) ( ) -void | [open](#property-open) ( ) +void | [close](#property-close) ( ) +[Control](https://docs.godotengine.org/en/latest/classes/class_control.html#class-control) | [get_bubble](#property-get_bubble) ( ) +[Container](https://docs.godotengine.org/en/latest/classes/class_container.html#class-container) | [get_choice_container](#property-get_choice_container) ( ) +[DialogicNode_DialogText](class_dialogicnode_dialogtext.md) | [get_dialog_text](#property-get_dialog_text) ( ) +[DialogicNode_NameLabel](class_dialogicnode_namelabel.md) | [get_name_label](#property-get_name_label) ( ) +[PanelContainer](https://docs.godotengine.org/en/latest/classes/class_panelcontainer.html#class-panelcontainer) | [get_name_label_panel](#property-get_name_label_panel) ( ) +[Line2D](https://docs.godotengine.org/en/latest/classes/class_line2d.html#class-line2d) | [get_tail](#property-get_tail) ( ) +void | [open](#property-open) ( ) --- ## Property Descriptions -**void [close](#property-close) ( )** +**func [close](#property-close) ( )void** @@ -48,7 +48,7 @@ Returns | Method -**void [get_bubble](#property-get_bubble) ( )** +**func [get_bubble](#property-get_bubble) ( )[Control](https://docs.godotengine.org/en/latest/classes/class_control.html#class-control)** @@ -58,7 +58,7 @@ Returns | Method -**void [get_choice_container](#property-get_choice_container) ( )** +**func [get_choice_container](#property-get_choice_container) ( )[Container](https://docs.godotengine.org/en/latest/classes/class_container.html#class-container)** @@ -68,7 +68,7 @@ Returns | Method -**void [get_dialog_text](#property-get_dialog_text) ( )** +**func [get_dialog_text](#property-get_dialog_text) ( )[DialogicNode_DialogText](class_dialogicnode_dialogtext.md)** @@ -78,7 +78,7 @@ Returns | Method -**void [get_name_label](#property-get_name_label) ( )** +**func [get_name_label](#property-get_name_label) ( )[DialogicNode_NameLabel](class_dialogicnode_namelabel.md)** @@ -88,7 +88,7 @@ Returns | Method -**void [get_name_label_panel](#property-get_name_label_panel) ( )** +**func [get_name_label_panel](#property-get_name_label_panel) ( )[PanelContainer](https://docs.godotengine.org/en/latest/classes/class_panelcontainer.html#class-panelcontainer)** @@ -98,7 +98,7 @@ Returns | Method -**void [get_tail](#property-get_tail) ( )** +**func [get_tail](#property-get_tail) ( )[Line2D](https://docs.godotengine.org/en/latest/classes/class_line2d.html#class-line2d)** @@ -108,7 +108,7 @@ Returns | Method -**void [open](#property-open) ( )** +**func [open](#property-open) ( )void** diff --git a/documentation/classes/class_dialogicnode_textinput.md b/documentation/classes/class_dialogicnode_textinput.md index 21576f2..b6e7160 100644 --- a/documentation/classes/class_dialogicnode_textinput.md +++ b/documentation/classes/class_dialogicnode_textinput.md @@ -20,16 +20,16 @@ text_label | [NodePath](https://docs.godotengine.org/en/latest/classes/class_nod ## Methods Returns | Method --- | --- -void | [set_allow_empty](#property-set_allow_empty) ( `boolean`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) ) -void | [set_default](#property-set_default) ( `default`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [set_placeholder](#property-set_placeholder) ( `placeholder`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [set_text](#property-set_text) ( `text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [set_allow_empty](#property-set_allow_empty) ( `boolean`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) ) +void | [set_default](#property-set_default) ( `default`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [set_placeholder](#property-set_placeholder) ( `placeholder`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [set_text](#property-set_text) ( `text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) --- ## Property Descriptions -**void [set_allow_empty](#property-set_allow_empty) ( `boolean`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) )** +**func [set_allow_empty](#property-set_allow_empty) ( `boolean`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) )void** @@ -39,7 +39,7 @@ Returns | Method -**void [set_default](#property-set_default) ( `default`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [set_default](#property-set_default) ( `default`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -49,7 +49,7 @@ Returns | Method -**void [set_placeholder](#property-set_placeholder) ( `placeholder`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [set_placeholder](#property-set_placeholder) ( `placeholder`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -59,7 +59,7 @@ Returns | Method -**void [set_text](#property-set_text) ( `text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [set_text](#property-set_text) ( `text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** diff --git a/documentation/classes/class_dialogicnode_typesounds.md b/documentation/classes/class_dialogicnode_typesounds.md index 2c4e857..d4dc631 100644 --- a/documentation/classes/class_dialogicnode_typesounds.md +++ b/documentation/classes/class_dialogicnode_typesounds.md @@ -30,8 +30,8 @@ volume_variance | [float](https://docs.godotengine.org/en/latest/classes/class_f ## Methods Returns | Method --- | --- -void | [load_overwrite](#property-load_overwrite) ( `dictionary`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) -void | [load_sounds_from_path](#property-load_sounds_from_path) ( `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [load_overwrite](#property-load_overwrite) ( `dictionary`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) +[AudioStream[]](https://docs.godotengine.org/en/latest/classes/class_audiostream.html#class-audiostream) | [load_sounds_from_path](#property-load_sounds_from_path) ( `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) --- ## Constants @@ -65,7 +65,7 @@ Returns | Method -**void [load_overwrite](#property-load_overwrite) ( `dictionary`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )** +**func [load_overwrite](#property-load_overwrite) ( `dictionary`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )void** @@ -75,7 +75,7 @@ Returns | Method -**void [load_sounds_from_path](#property-load_sounds_from_path) ( `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [load_sounds_from_path](#property-load_sounds_from_path) ( `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[AudioStream[]](https://docs.godotengine.org/en/latest/classes/class_audiostream.html#class-audiostream)** diff --git a/documentation/classes/class_dialogicportrait.md b/documentation/classes/class_dialogicportrait.md index c5b5b37..06accb6 100644 --- a/documentation/classes/class_dialogicportrait.md +++ b/documentation/classes/class_dialogicportrait.md @@ -19,14 +19,14 @@ portrait | [String](https://docs.godotengine.org/en/latest/classes/class_string. ## Methods Returns | Method --- | --- -void | [apply_character_and_portrait](#property-apply_character_and_portrait) ( `passed_character`: [DialogicCharacter](class_dialogiccharacter.md), `passed_portrait`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [apply_texture](#property-apply_texture) ( `node`: [Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node), `texture_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [apply_character_and_portrait](#property-apply_character_and_portrait) ( `passed_character`: [DialogicCharacter](class_dialogiccharacter.md), `passed_portrait`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [apply_texture](#property-apply_texture) ( `node`: [Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node), `texture_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) --- ## Property Descriptions -**void [apply_character_and_portrait](#property-apply_character_and_portrait) ( `passed_character`: [DialogicCharacter](class_dialogiccharacter.md), `passed_portrait`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [apply_character_and_portrait](#property-apply_character_and_portrait) ( `passed_character`: [DialogicCharacter](class_dialogiccharacter.md), `passed_portrait`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -36,7 +36,7 @@ Helper that quickly setups and checks the character and portrait. -**void [apply_texture](#property-apply_texture) ( `node`: [Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node), `texture_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [apply_texture](#property-apply_texture) ( `node`: [Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node), `texture_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** diff --git a/documentation/classes/class_dialogicpositionevent.md b/documentation/classes/class_dialogicpositionevent.md index 0dc840c..962dd63 100644 --- a/documentation/classes/class_dialogicpositionevent.md +++ b/documentation/classes/class_dialogicpositionevent.md @@ -21,9 +21,9 @@ vector | [Vector2](https://docs.godotengine.org/en/latest/classes/class_vector2. ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [get_shortcode](#property-get_shortcode) ( ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_shortcode](#property-get_shortcode) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) --- ## Constants @@ -66,7 +66,7 @@ Returns | Method -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -76,7 +76,7 @@ Returns | Method -**void [get_shortcode](#property-get_shortcode) ( )** +**func [get_shortcode](#property-get_shortcode) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -86,7 +86,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** diff --git a/documentation/classes/class_dialogicresourceutil.md b/documentation/classes/class_dialogicresourceutil.md index a27cae8..c5e5b1d 100644 --- a/documentation/classes/class_dialogicresourceutil.md +++ b/documentation/classes/class_dialogicresourceutil.md @@ -20,37 +20,37 @@ special_resources | [Dictionary[]](https://docs.godotengine.org/en/latest/classe ## Methods Returns | Method --- | --- -void | [add_resource_to_directory](#property-add_resource_to_directory) ( `file_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `directory`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) -void | [change_resource_path](#property-change_resource_path) ( `old_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `new_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [change_unique_identifier](#property-change_unique_identifier) ( `file_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `new_identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_character_directory](#property-get_character_directory) ( ) -void | [get_character_resource](#property-get_character_resource) ( `character_identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_directory](#property-get_directory) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_event_cache](#property-get_event_cache) ( ) -void | [get_label_cache](#property-get_label_cache) ( ) -void | [get_resource_from_identifier](#property-get_resource_from_identifier) ( `identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_timeline_directory](#property-get_timeline_directory) ( ) -void | [get_timeline_resource](#property-get_timeline_resource) ( `timeline_identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_unique_identifier](#property-get_unique_identifier) ( `file_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [guess_special_resource](#property-guess_special_resource) ( `type`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `default`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) -void | [is_identifier_unused](#property-is_identifier_unused) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [list_resources_of_type](#property-list_resources_of_type) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [list_special_resources_of_type](#property-list_special_resources_of_type) ( `type`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [remove_resource](#property-remove_resource) ( `file_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [scan_folder](#property-scan_folder) ( `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [set_directory](#property-set_directory) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `directory`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) -void | [set_label_cache](#property-set_label_cache) ( `cache`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) -void | [update](#property-update) ( ) -void | [update_directory](#property-update_directory) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [update_event_cache](#property-update_event_cache) ( ) -void | [update_label_cache](#property-update_label_cache) ( ) -void | [update_special_resources](#property-update_special_resources) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [add_resource_to_directory](#property-add_resource_to_directory) ( `file_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `directory`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) +void | [change_resource_path](#property-change_resource_path) ( `old_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `new_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [change_unique_identifier](#property-change_unique_identifier) ( `file_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `new_identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_character_directory](#property-get_character_directory) ( ) +[DialogicCharacter](class_dialogiccharacter.md) | [get_character_resource](#property-get_character_resource) ( `character_identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_directory](#property-get_directory) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array) | [get_event_cache](#property-get_event_cache) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_label_cache](#property-get_label_cache) ( ) +[Resource](https://docs.godotengine.org/en/latest/classes/class_resource.html#class-resource) | [get_resource_from_identifier](#property-get_resource_from_identifier) ( `identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_timeline_directory](#property-get_timeline_directory) ( ) +[DialogicTimeline](class_dialogictimeline.md) | [get_timeline_resource](#property-get_timeline_resource) ( `timeline_identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_unique_identifier](#property-get_unique_identifier) ( `file_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [guess_special_resource](#property-guess_special_resource) ( `type`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `default`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_identifier_unused](#property-is_identifier_unused) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array) | [list_resources_of_type](#property-list_resources_of_type) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array) | [list_special_resources_of_type](#property-list_special_resources_of_type) ( `type`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [remove_resource](#property-remove_resource) ( `file_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array) | [scan_folder](#property-scan_folder) ( `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [set_directory](#property-set_directory) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `directory`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) +void | [set_label_cache](#property-set_label_cache) ( `cache`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) +void | [update](#property-update) ( ) +void | [update_directory](#property-update_directory) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array) | [update_event_cache](#property-update_event_cache) ( ) +void | [update_label_cache](#property-update_label_cache) ( ) +void | [update_special_resources](#property-update_special_resources) ( ) --- ## Property Descriptions -**void [add_resource_to_directory](#property-add_resource_to_directory) ( `file_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `directory`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )** +**func [add_resource_to_directory](#property-add_resource_to_directory) ( `file_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `directory`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -60,7 +60,7 @@ Returns | Method -**void [change_resource_path](#property-change_resource_path) ( `old_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `new_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [change_resource_path](#property-change_resource_path) ( `old_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `new_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -70,7 +70,7 @@ Returns | Method -**void [change_unique_identifier](#property-change_unique_identifier) ( `file_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `new_identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [change_unique_identifier](#property-change_unique_identifier) ( `file_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `new_identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -80,7 +80,7 @@ Returns | Method -**void [get_character_directory](#property-get_character_directory) ( )** +**func [get_character_directory](#property-get_character_directory) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -90,7 +90,7 @@ Returns | Method -**void [get_character_resource](#property-get_character_resource) ( `character_identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_character_resource](#property-get_character_resource) ( `character_identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[DialogicCharacter](class_dialogiccharacter.md)** @@ -100,7 +100,7 @@ Returns | Method -**void [get_directory](#property-get_directory) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_directory](#property-get_directory) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -110,7 +110,7 @@ Returns | Method -**void [get_event_cache](#property-get_event_cache) ( )** +**func [get_event_cache](#property-get_event_cache) ( )[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array)** @@ -120,7 +120,7 @@ Returns | Method -**void [get_label_cache](#property-get_label_cache) ( )** +**func [get_label_cache](#property-get_label_cache) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -130,7 +130,7 @@ Returns | Method -**void [get_resource_from_identifier](#property-get_resource_from_identifier) ( `identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_resource_from_identifier](#property-get_resource_from_identifier) ( `identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Resource](https://docs.godotengine.org/en/latest/classes/class_resource.html#class-resource)** @@ -140,7 +140,7 @@ Returns | Method -**void [get_timeline_directory](#property-get_timeline_directory) ( )** +**func [get_timeline_directory](#property-get_timeline_directory) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -150,7 +150,7 @@ Returns | Method -**void [get_timeline_resource](#property-get_timeline_resource) ( `timeline_identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_timeline_resource](#property-get_timeline_resource) ( `timeline_identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[DialogicTimeline](class_dialogictimeline.md)** @@ -160,7 +160,7 @@ Returns | Method -**void [get_unique_identifier](#property-get_unique_identifier) ( `file_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_unique_identifier](#property-get_unique_identifier) ( `file_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -170,7 +170,7 @@ Returns | Method -**void [guess_special_resource](#property-guess_special_resource) ( `type`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `default`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )** +**func [guess_special_resource](#property-guess_special_resource) ( `type`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `default`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -180,7 +180,7 @@ Returns | Method -**void [is_identifier_unused](#property-is_identifier_unused) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [is_identifier_unused](#property-is_identifier_unused) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `identifier`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -190,7 +190,7 @@ Returns | Method -**void [list_resources_of_type](#property-list_resources_of_type) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [list_resources_of_type](#property-list_resources_of_type) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array)** @@ -200,7 +200,7 @@ Returns | Method -**void [list_special_resources_of_type](#property-list_special_resources_of_type) ( `type`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [list_special_resources_of_type](#property-list_special_resources_of_type) ( `type`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array)** @@ -210,7 +210,7 @@ Returns | Method -**void [remove_resource](#property-remove_resource) ( `file_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [remove_resource](#property-remove_resource) ( `file_path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -220,7 +220,7 @@ Returns | Method -**void [scan_folder](#property-scan_folder) ( `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [scan_folder](#property-scan_folder) ( `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array)** @@ -230,7 +230,7 @@ Returns | Method -**void [set_directory](#property-set_directory) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `directory`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )** +**func [set_directory](#property-set_directory) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `directory`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )void** @@ -240,7 +240,7 @@ Returns | Method -**void [set_label_cache](#property-set_label_cache) ( `cache`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )** +**func [set_label_cache](#property-set_label_cache) ( `cache`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )void** @@ -250,7 +250,7 @@ Returns | Method -**void [update](#property-update) ( )** +**func [update](#property-update) ( )void** @@ -260,7 +260,7 @@ Returns | Method -**void [update_directory](#property-update_directory) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [update_directory](#property-update_directory) ( `extension`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -270,7 +270,7 @@ Returns | Method -**void [update_event_cache](#property-update_event_cache) ( )** +**func [update_event_cache](#property-update_event_cache) ( )[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array)** @@ -280,7 +280,7 @@ Returns | Method -**void [update_label_cache](#property-update_label_cache) ( )** +**func [update_label_cache](#property-update_label_cache) ( )void** @@ -290,7 +290,7 @@ Returns | Method -**void [update_special_resources](#property-update_special_resources) ( )** +**func [update_special_resources](#property-update_special_resources) ( )void** diff --git a/documentation/classes/class_dialogicreturnevent.md b/documentation/classes/class_dialogicreturnevent.md index 126fc14..5577c21 100644 --- a/documentation/classes/class_dialogicreturnevent.md +++ b/documentation/classes/class_dialogicreturnevent.md @@ -14,16 +14,16 @@ ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [to_text](#property-to_text) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [to_text](#property-to_text) ( ) --- ## Property Descriptions -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -33,7 +33,7 @@ Returns | Method -**void [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -43,7 +43,7 @@ Returns | Method -**void [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -53,7 +53,7 @@ Returns | Method -**void [to_text](#property-to_text) ( )** +**func [to_text](#property-to_text) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** diff --git a/documentation/classes/class_dialogicsaveevent.md b/documentation/classes/class_dialogicsaveevent.md index 0f0c3ec..fc41759 100644 --- a/documentation/classes/class_dialogicsaveevent.md +++ b/documentation/classes/class_dialogicsaveevent.md @@ -18,15 +18,15 @@ slot_name | [String](https://docs.godotengine.org/en/latest/classes/class_string ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [get_shortcode](#property-get_shortcode) ( ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_shortcode](#property-get_shortcode) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) --- ## Property Descriptions -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -36,7 +36,7 @@ Returns | Method -**void [get_shortcode](#property-get_shortcode) ( )** +**func [get_shortcode](#property-get_shortcode) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -46,7 +46,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** diff --git a/documentation/classes/class_dialogicsettingevent.md b/documentation/classes/class_dialogicsettingevent.md index 63d963c..bc4cb6e 100644 --- a/documentation/classes/class_dialogicsettingevent.md +++ b/documentation/classes/class_dialogicsettingevent.md @@ -20,12 +20,12 @@ value | [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.h ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_settings_suggestions](#property-get_settings_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_value_suggestions](#property-get_value_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [to_text](#property-to_text) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_settings_suggestions](#property-get_settings_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_value_suggestions](#property-get_value_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [to_text](#property-to_text) ( ) --- ## Constants @@ -95,7 +95,7 @@ Returns | Method -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -105,7 +105,7 @@ Returns | Method -**void [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -115,7 +115,7 @@ Returns | Method -**void [get_settings_suggestions](#property-get_settings_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_settings_suggestions](#property-get_settings_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -125,7 +125,7 @@ Returns | Method -**void [get_value_suggestions](#property-get_value_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_value_suggestions](#property-get_value_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -135,7 +135,7 @@ Returns | Method -**void [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -145,7 +145,7 @@ Returns | Method -**void [to_text](#property-to_text) ( )** +**func [to_text](#property-to_text) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** diff --git a/documentation/classes/class_dialogicsignalevent.md b/documentation/classes/class_dialogicsignalevent.md index 1938d04..c4a811a 100644 --- a/documentation/classes/class_dialogicsignalevent.md +++ b/documentation/classes/class_dialogicsignalevent.md @@ -19,9 +19,9 @@ argument_type | [int](https://docs.godotengine.org/en/latest/classes/class_int.h ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [get_shortcode](#property-get_shortcode) ( ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_shortcode](#property-get_shortcode) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) --- ## Constants @@ -46,7 +46,7 @@ Returns | Method -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -56,7 +56,7 @@ Returns | Method -**void [get_shortcode](#property-get_shortcode) ( )** +**func [get_shortcode](#property-get_shortcode) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -66,7 +66,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** diff --git a/documentation/classes/class_dialogicsoundevent.md b/documentation/classes/class_dialogicsoundevent.md index 39c9d86..cdcd014 100644 --- a/documentation/classes/class_dialogicsoundevent.md +++ b/documentation/classes/class_dialogicsoundevent.md @@ -21,16 +21,16 @@ volume | [float](https://docs.godotengine.org/en/latest/classes/class_float.html ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [get_bus_suggestions](#property-get_bus_suggestions) ( ) -void | [get_shortcode](#property-get_shortcode) ( ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_bus_suggestions](#property-get_bus_suggestions) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_shortcode](#property-get_shortcode) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) --- ## Property Descriptions -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -40,7 +40,7 @@ Returns | Method -**void [get_bus_suggestions](#property-get_bus_suggestions) ( )** +**func [get_bus_suggestions](#property-get_bus_suggestions) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -50,7 +50,7 @@ Returns | Method -**void [get_shortcode](#property-get_shortcode) ( )** +**func [get_shortcode](#property-get_shortcode) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -60,7 +60,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** diff --git a/documentation/classes/class_dialogicstyle.md b/documentation/classes/class_dialogicstyle.md index 9372790..c27d4e1 100644 --- a/documentation/classes/class_dialogicstyle.md +++ b/documentation/classes/class_dialogicstyle.md @@ -22,30 +22,30 @@ name | [String](https://docs.godotengine.org/en/latest/classes/class_string.html ## Methods Returns | Method --- | --- -void | [add_layer](#property-add_layer) ( `scene`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `overrides`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) = `` ) -void | [clone](#property-clone) ( ) -void | [delete_layer](#property-delete_layer) ( `layer_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) ) -void | [get_base_scene](#property-get_base_scene) ( ) -void | [get_inheritance_root](#property-get_inheritance_root) ( ) -void | [get_layer_count](#property-get_layer_count) ( ) -void | [get_layer_info](#property-get_layer_info) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) ) -void | [get_layer_inherited_info](#property-get_layer_inherited_info) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `inherited_only`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` ) -void | [get_layer_list](#property-get_layer_list) ( ) -void | [has_layer](#property-has_layer) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) ) -void | [inherits_anything](#property-inherits_anything) ( ) -void | [merge_layer_infos](#property-merge_layer_infos) ( `layer_a`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary), `layer_b`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) -void | [move_layer](#property-move_layer) ( `from_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `to_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) ) -void | [prepare](#property-prepare) ( ) -void | [realize_inheritance](#property-realize_inheritance) ( ) -void | [remove_layer_setting](#property-remove_layer_setting) ( `layer`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `setting`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [set_layer_scene](#property-set_layer_scene) ( `layer_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `scene`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [set_layer_setting](#property-set_layer_setting) ( `layer`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `setting`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) +void | [add_layer](#property-add_layer) ( `scene`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `overrides`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) = `` ) +[DialogicStyle](class_dialogicstyle.md) | [clone](#property-clone) ( ) +void | [delete_layer](#property-delete_layer) ( `layer_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) ) +[PackedScene](https://docs.godotengine.org/en/latest/classes/class_packedscene.html#class-packedscene) | [get_base_scene](#property-get_base_scene) ( ) +[DialogicStyle](class_dialogicstyle.md) | [get_inheritance_root](#property-get_inheritance_root) ( ) +[int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) | [get_layer_count](#property-get_layer_count) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_layer_info](#property-get_layer_info) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_layer_inherited_info](#property-get_layer_inherited_info) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `inherited_only`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` ) +[PackedStringArray](https://docs.godotengine.org/en/latest/classes/class_packedstringarray.html#class-packedstringarray) | [get_layer_list](#property-get_layer_list) ( ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [has_layer](#property-has_layer) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [inherits_anything](#property-inherits_anything) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [merge_layer_infos](#property-merge_layer_infos) ( `layer_a`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary), `layer_b`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) ) +void | [move_layer](#property-move_layer) ( `from_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `to_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) ) +void | [prepare](#property-prepare) ( ) +void | [realize_inheritance](#property-realize_inheritance) ( ) +void | [remove_layer_setting](#property-remove_layer_setting) ( `layer`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `setting`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [set_layer_scene](#property-set_layer_scene) ( `layer_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `scene`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [set_layer_setting](#property-set_layer_setting) ( `layer`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `setting`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) --- ## Property Descriptions -**void [add_layer](#property-add_layer) ( `scene`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `overrides`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) = `` )** +**func [add_layer](#property-add_layer) ( `scene`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `overrides`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) = `` )void** @@ -55,7 +55,7 @@ Returns | Method -**void [clone](#property-clone) ( )** +**func [clone](#property-clone) ( )[DialogicStyle](class_dialogicstyle.md)** @@ -65,7 +65,7 @@ Returns | Method -**void [delete_layer](#property-delete_layer) ( `layer_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) )** +**func [delete_layer](#property-delete_layer) ( `layer_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) )void** @@ -75,7 +75,7 @@ Returns | Method -**void [get_base_scene](#property-get_base_scene) ( )** +**func [get_base_scene](#property-get_base_scene) ( )[PackedScene](https://docs.godotengine.org/en/latest/classes/class_packedscene.html#class-packedscene)** @@ -85,7 +85,7 @@ This always returns the inheritance root's scene! -**void [get_inheritance_root](#property-get_inheritance_root) ( )** +**func [get_inheritance_root](#property-get_inheritance_root) ( )[DialogicStyle](class_dialogicstyle.md)** @@ -95,7 +95,7 @@ This always returns the inheritance root's scene! -**void [get_layer_count](#property-get_layer_count) ( )** +**func [get_layer_count](#property-get_layer_count) ( )[int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int)** @@ -105,7 +105,7 @@ This always returns the inheritance root's scene! -**void [get_layer_info](#property-get_layer_info) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) )** +**func [get_layer_info](#property-get_layer_info) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -115,7 +115,7 @@ This always returns the inheritance root's scene! -**void [get_layer_inherited_info](#property-get_layer_inherited_info) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `inherited_only`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` )** +**func [get_layer_inherited_info](#property-get_layer_inherited_info) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `inherited_only`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -125,7 +125,7 @@ This always returns the inheritance root's scene! -**void [get_layer_list](#property-get_layer_list) ( )** +**func [get_layer_list](#property-get_layer_list) ( )[PackedStringArray](https://docs.godotengine.org/en/latest/classes/class_packedstringarray.html#class-packedstringarray)** @@ -135,7 +135,7 @@ This always returns the full inherited roots layers! -**void [has_layer](#property-has_layer) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) )** +**func [has_layer](#property-has_layer) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -145,7 +145,7 @@ This always returns the full inherited roots layers! -**void [inherits_anything](#property-inherits_anything) ( )** +**func [inherits_anything](#property-inherits_anything) ( )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -155,7 +155,7 @@ This always returns the full inherited roots layers! -**void [merge_layer_infos](#property-merge_layer_infos) ( `layer_a`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary), `layer_b`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )** +**func [merge_layer_infos](#property-merge_layer_infos) ( `layer_a`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary), `layer_b`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -165,7 +165,7 @@ This merges two layers (mainly their overrides). Layer a has priority! -**void [move_layer](#property-move_layer) ( `from_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `to_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) )** +**func [move_layer](#property-move_layer) ( `from_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `to_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) )void** @@ -175,7 +175,7 @@ This merges two layers (mainly their overrides). Layer a has priority! -**void [prepare](#property-prepare) ( )** +**func [prepare](#property-prepare) ( )void** @@ -185,7 +185,7 @@ This merges two layers (mainly their overrides). Layer a has priority! -**void [realize_inheritance](#property-realize_inheritance) ( )** +**func [realize_inheritance](#property-realize_inheritance) ( )void** @@ -195,7 +195,7 @@ This merges two layers (mainly their overrides). Layer a has priority! -**void [remove_layer_setting](#property-remove_layer_setting) ( `layer`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `setting`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [remove_layer_setting](#property-remove_layer_setting) ( `layer`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `setting`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -205,7 +205,7 @@ This merges two layers (mainly their overrides). Layer a has priority! -**void [set_layer_scene](#property-set_layer_scene) ( `layer_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `scene`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [set_layer_scene](#property-set_layer_scene) ( `layer_index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `scene`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -215,7 +215,7 @@ This merges two layers (mainly their overrides). Layer a has priority! -**void [set_layer_setting](#property-set_layer_setting) ( `layer`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `setting`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )** +**func [set_layer_setting](#property-set_layer_setting) ( `layer`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `setting`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )void** diff --git a/documentation/classes/class_dialogicstyleevent.md b/documentation/classes/class_dialogicstyleevent.md index 5ff4528..ced613e 100644 --- a/documentation/classes/class_dialogicstyleevent.md +++ b/documentation/classes/class_dialogicstyleevent.md @@ -18,16 +18,16 @@ style_name | [String](https://docs.godotengine.org/en/latest/classes/class_strin ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [get_shortcode](#property-get_shortcode) ( ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) -void | [get_style_suggestions](#property-get_style_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) +void | [build_event_editor](#property-build_event_editor) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_shortcode](#property-get_shortcode) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_style_suggestions](#property-get_style_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) --- ## Property Descriptions -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -37,7 +37,7 @@ Returns | Method -**void [get_shortcode](#property-get_shortcode) ( )** +**func [get_shortcode](#property-get_shortcode) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -47,7 +47,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -57,7 +57,7 @@ Returns | Method -**void [get_style_suggestions](#property-get_style_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )** +**func [get_style_suggestions](#property-get_style_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** diff --git a/documentation/classes/class_dialogicsubsystem.md b/documentation/classes/class_dialogicsubsystem.md index c673f68..2f2fcca 100644 --- a/documentation/classes/class_dialogicsubsystem.md +++ b/documentation/classes/class_dialogicsubsystem.md @@ -18,11 +18,11 @@ dialogic | [DialogicGameHandler](class_dialogicgamehandler.md) | `null` ## Methods Returns | Method --- | --- -void | [clear_game_state](#property-clear_game_state) ( `clear_flag`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0` ) -void | [load_game_state](#property-load_game_state) ( `load_flag`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0` ) -void | [pause](#property-pause) ( ) -void | [post_install](#property-post_install) ( ) -void | [resume](#property-resume) ( ) +void | [clear_game_state](#property-clear_game_state) ( `clear_flag`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0` ) +void | [load_game_state](#property-load_game_state) ( `load_flag`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0` ) +void | [pause](#property-pause) ( ) +void | [post_install](#property-post_install) ( ) +void | [resume](#property-resume) ( ) --- ## Constants @@ -47,7 +47,7 @@ Returns | Method -**void [clear_game_state](#property-clear_game_state) ( `clear_flag`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0` )** +**func [clear_game_state](#property-clear_game_state) ( `clear_flag`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0` )void** @@ -57,7 +57,7 @@ Returns | Method -**void [load_game_state](#property-load_game_state) ( `load_flag`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0` )** +**func [load_game_state](#property-load_game_state) ( `load_flag`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0` )void** @@ -67,7 +67,7 @@ Returns | Method -**void [pause](#property-pause) ( )** +**func [pause](#property-pause) ( )void** @@ -77,7 +77,7 @@ Returns | Method -**void [post_install](#property-post_install) ( )** +**func [post_install](#property-post_install) ( )void** @@ -87,7 +87,7 @@ Returns | Method -**void [resume](#property-resume) ( )** +**func [resume](#property-resume) ( )void** diff --git a/documentation/classes/class_dialogictextevent.md b/documentation/classes/class_dialogictextevent.md index 2211183..a2ed18d 100644 --- a/documentation/classes/class_dialogictextevent.md +++ b/documentation/classes/class_dialogictextevent.md @@ -30,19 +30,19 @@ text_random_word_regex | [RegEx](https://docs.godotengine.org/en/latest/classes/ ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [do_any_characters_exist](#property-do_any_characters_exist) ( ) -void | [end_text_event](#property-end_text_event) ( ) -void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_character_suggestions](#property-get_character_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_portrait_suggestions](#property-get_portrait_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) -void | [has_no_portraits](#property-has_no_portraits) ( ) -void | [is_string_full_event](#property-is_string_full_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [load_text_effects](#property-load_text_effects) ( ) -void | [suggest_bbcode](#property-suggest_bbcode) ( `text`: [CodeEdit](https://docs.godotengine.org/en/latest/classes/class_codeedit.html#class-codeedit) ) -void | [to_text](#property-to_text) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [do_any_characters_exist](#property-do_any_characters_exist) ( ) +void | [end_text_event](#property-end_text_event) ( ) +void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_character_suggestions](#property-get_character_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_portrait_suggestions](#property-get_portrait_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [has_no_portraits](#property-has_no_portraits) ( ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_string_full_event](#property-is_string_full_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [load_text_effects](#property-load_text_effects) ( ) +void | [suggest_bbcode](#property-suggest_bbcode) ( `text`: [CodeEdit](https://docs.godotengine.org/en/latest/classes/class_codeedit.html#class-codeedit) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [to_text](#property-to_text) ( ) --- ## Constants @@ -88,7 +88,7 @@ Returns | Method -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -98,7 +98,7 @@ Returns | Method -**void [do_any_characters_exist](#property-do_any_characters_exist) ( )** +**func [do_any_characters_exist](#property-do_any_characters_exist) ( )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -108,7 +108,7 @@ Returns | Method -**void [end_text_event](#property-end_text_event) ( )** +**func [end_text_event](#property-end_text_event) ( )void** @@ -118,7 +118,7 @@ Returns | Method -**void [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -128,7 +128,7 @@ Returns | Method -**void [get_character_suggestions](#property-get_character_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_character_suggestions](#property-get_character_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -138,7 +138,7 @@ Returns | Method -**void [get_portrait_suggestions](#property-get_portrait_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_portrait_suggestions](#property-get_portrait_suggestions) ( `search_text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -148,7 +148,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -158,7 +158,7 @@ Returns | Method -**void [has_no_portraits](#property-has_no_portraits) ( )** +**func [has_no_portraits](#property-has_no_portraits) ( )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -168,7 +168,7 @@ Returns | Method -**void [is_string_full_event](#property-is_string_full_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [is_string_full_event](#property-is_string_full_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -178,7 +178,7 @@ Returns | Method -**void [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -188,7 +188,7 @@ Returns | Method -**void [load_text_effects](#property-load_text_effects) ( )** +**func [load_text_effects](#property-load_text_effects) ( )void** @@ -198,7 +198,7 @@ Returns | Method -**void [suggest_bbcode](#property-suggest_bbcode) ( `text`: [CodeEdit](https://docs.godotengine.org/en/latest/classes/class_codeedit.html#class-codeedit) )** +**func [suggest_bbcode](#property-suggest_bbcode) ( `text`: [CodeEdit](https://docs.godotengine.org/en/latest/classes/class_codeedit.html#class-codeedit) )void** @@ -208,7 +208,7 @@ Returns | Method -**void [to_text](#property-to_text) ( )** +**func [to_text](#property-to_text) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** diff --git a/documentation/classes/class_dialogictextinputevent.md b/documentation/classes/class_dialogictextinputevent.md index a0d6e98..2f5e14b 100644 --- a/documentation/classes/class_dialogictextinputevent.md +++ b/documentation/classes/class_dialogictextinputevent.md @@ -22,16 +22,16 @@ variable | [String](https://docs.godotengine.org/en/latest/classes/class_string. ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [get_shortcode](#property-get_shortcode) ( ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) -void | [get_var_suggestions](#property-get_var_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) +void | [build_event_editor](#property-build_event_editor) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_shortcode](#property-get_shortcode) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_var_suggestions](#property-get_var_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` ) --- ## Property Descriptions -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -41,7 +41,7 @@ Returns | Method -**void [get_shortcode](#property-get_shortcode) ( )** +**func [get_shortcode](#property-get_shortcode) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -51,7 +51,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -61,7 +61,7 @@ Returns | Method -**void [get_var_suggestions](#property-get_var_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )** +**func [get_var_suggestions](#property-get_var_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** diff --git a/documentation/classes/class_dialogictimeline.md b/documentation/classes/class_dialogictimeline.md index cf0e3f2..0092399 100644 --- a/documentation/classes/class_dialogictimeline.md +++ b/documentation/classes/class_dialogictimeline.md @@ -19,17 +19,17 @@ events_processed | [bool](https://docs.godotengine.org/en/latest/classes/class_b ## Methods Returns | Method --- | --- -void | [as_text](#property-as_text) ( ) -void | [clean](#property-clean) ( ) -void | [from_text](#property-from_text) ( `text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_event](#property-get_event) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) ) -void | [process](#property-process) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [as_text](#property-as_text) ( ) +void | [clean](#property-clean) ( ) +void | [from_text](#property-from_text) ( `text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) | [get_event](#property-get_event) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) ) +void | [process](#property-process) ( ) --- ## Property Descriptions -**void [as_text](#property-as_text) ( )** +**func [as_text](#property-as_text) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -39,7 +39,7 @@ Stores all events in their text format and returns them as a string -**void [clean](#property-clean) ( )** +**func [clean](#property-clean) ( )void** @@ -49,7 +49,7 @@ This method makes sure that all events in a timeline are correctly reset -**void [from_text](#property-from_text) ( `text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [from_text](#property-from_text) ( `text`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -59,7 +59,7 @@ Parses the lines as seperate events and insert them in an array, so they can be -**void [get_event](#property-get_event) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) )** +**func [get_event](#property-get_event) ( `index`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) )[Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant)** @@ -69,7 +69,7 @@ Helper method -**void [process](#property-process) ( )** +**func [process](#property-process) ( )void** diff --git a/documentation/classes/class_dialogicutil.md b/documentation/classes/class_dialogicutil.md index 1284b95..71840f2 100644 --- a/documentation/classes/class_dialogicutil.md +++ b/documentation/classes/class_dialogicutil.md @@ -14,37 +14,37 @@ Script that container helper methods for both editor and game execution. Used wh ## Methods Returns | Method --- | --- -void | [apply_scene_export_overrides](#property-apply_scene_export_overrides) ( `node`: [Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node), `export_overrides`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary), `apply`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true` ) -void | [autoload](#property-autoload) ( ) -void | [get_color](#property-get_color) ( `value`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_color_palette](#property-get_color_palette) ( `default`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` ) -void | [get_custom_event_defaults](#property-get_custom_event_defaults) ( `event_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_default_layout_base](#property-get_default_layout_base) ( ) -void | [get_default_style](#property-get_default_style) ( ) -void | [get_default_variables](#property-get_default_variables) ( ) -void | [get_dialogic_plugin](#property-get_dialogic_plugin) ( ) -void | [get_editor_scale](#property-get_editor_scale) ( ) -void | [get_editor_setting](#property-get_editor_setting) ( `setting`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `default`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `null` ) -void | [get_fallback_style](#property-get_fallback_style) ( ) -void | [get_indexers](#property-get_indexers) ( `include_custom`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true`, `force_reload`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` ) -void | [get_module_path](#property-get_module_path) ( `name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `builtin`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true` ) -void | [get_next_translation_id](#property-get_next_translation_id) ( ) -void | [get_portrait_animation_scripts](#property-get_portrait_animation_scripts) ( `type`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0`, `include_custom`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true` ) -void | [get_scene_export_defaults](#property-get_scene_export_defaults) ( `node`: [Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node) ) -void | [get_style_by_name](#property-get_style_by_name) ( `name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_variable_type](#property-get_variable_type) ( `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `dict`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) = `` ) -void | [get_variable_value_type](#property-get_variable_value_type) ( `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) -void | [is_physics_timer](#property-is_physics_timer) ( ) -void | [list_variables](#property-list_variables) ( `dict`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary), `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""`, `type`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0` ) -void | [listdir](#property-listdir) ( `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `files_only`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true`, `throw_error`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true`, `full_file_path`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false`, `include_imports`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` ) -void | [logical_convert](#property-logical_convert) ( `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) -void | [pretty_name](#property-pretty_name) ( `script`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [set_editor_setting](#property-set_editor_setting) ( `setting`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) -void | [setup_script_property_edit_node](#property-setup_script_property_edit_node) ( `property_info`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary), `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant), `property_changed`: [Callable](https://docs.godotengine.org/en/latest/classes/class_callable.html#class-callable) ) -void | [str_to_bool](#property-str_to_bool) ( `boolstring`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [str_to_hash_set](#property-str_to_hash_set) ( `source`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [update_autoload_subsystem_access](#property-update_autoload_subsystem_access) ( ) -void | [update_timer_process_callback](#property-update_timer_process_callback) ( `timer`: [Timer](https://docs.godotengine.org/en/latest/classes/class_timer.html#class-timer) ) +void | [apply_scene_export_overrides](#property-apply_scene_export_overrides) ( `node`: [Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node), `export_overrides`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary), `apply`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true` ) +[DialogicGameHandler](class_dialogicgamehandler.md) | [autoload](#property-autoload) ( ) +[Color](https://docs.godotengine.org/en/latest/classes/class_color.html#class-color) | [get_color](#property-get_color) ( `value`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_color_palette](#property-get_color_palette) ( `default`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_custom_event_defaults](#property-get_custom_event_defaults) ( `event_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[PackedScene](https://docs.godotengine.org/en/latest/classes/class_packedscene.html#class-packedscene) | [get_default_layout_base](#property-get_default_layout_base) ( ) +[DialogicStyle](class_dialogicstyle.md) | [get_default_style](#property-get_default_style) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_default_variables](#property-get_default_variables) ( ) +[Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node) | [get_dialogic_plugin](#property-get_dialogic_plugin) ( ) +[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float) | [get_editor_scale](#property-get_editor_scale) ( ) +[Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) | [get_editor_setting](#property-get_editor_setting) ( `setting`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `default`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `null` ) +[DialogicStyle](class_dialogicstyle.md) | [get_fallback_style](#property-get_fallback_style) ( ) +[DialogicIndexer[]](https://docs.godotengine.org/en/latest/classes/class_dialogicindexer.html#class-dialogicindexer) | [get_indexers](#property-get_indexers) ( `include_custom`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true`, `force_reload`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_module_path](#property-get_module_path) ( `name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `builtin`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true` ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_next_translation_id](#property-get_next_translation_id) ( ) +[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array) | [get_portrait_animation_scripts](#property-get_portrait_animation_scripts) ( `type`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0`, `include_custom`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true` ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_scene_export_defaults](#property-get_scene_export_defaults) ( `node`: [Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node) ) +[DialogicStyle](class_dialogicstyle.md) | [get_style_by_name](#property-get_style_by_name) ( `name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) | [get_variable_type](#property-get_variable_type) ( `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `dict`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) = `` ) +[int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) | [get_variable_value_type](#property-get_variable_value_type) ( `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_physics_timer](#property-is_physics_timer) ( ) +[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array) | [list_variables](#property-list_variables) ( `dict`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary), `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""`, `type`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0` ) +[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array) | [listdir](#property-listdir) ( `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `files_only`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true`, `throw_error`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true`, `full_file_path`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false`, `include_imports`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` ) +[Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) | [logical_convert](#property-logical_convert) ( `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [pretty_name](#property-pretty_name) ( `script`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [set_editor_setting](#property-set_editor_setting) ( `setting`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) +[Control](https://docs.godotengine.org/en/latest/classes/class_control.html#class-control) | [setup_script_property_edit_node](#property-setup_script_property_edit_node) ( `property_info`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary), `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant), `property_changed`: [Callable](https://docs.godotengine.org/en/latest/classes/class_callable.html#class-callable) ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [str_to_bool](#property-str_to_bool) ( `boolstring`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [str_to_hash_set](#property-str_to_hash_set) ( `source`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +void | [update_autoload_subsystem_access](#property-update_autoload_subsystem_access) ( ) +void | [update_timer_process_callback](#property-update_timer_process_callback) ( `timer`: [Timer](https://docs.godotengine.org/en/latest/classes/class_timer.html#class-timer) ) --- ## Constants @@ -132,7 +132,7 @@ Returns | Method -**void [apply_scene_export_overrides](#property-apply_scene_export_overrides) ( `node`: [Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node), `export_overrides`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary), `apply`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true` )** +**func [apply_scene_export_overrides](#property-apply_scene_export_overrides) ( `node`: [Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node), `export_overrides`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary), `apply`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true` )void** @@ -142,7 +142,7 @@ Returns | Method -**void [autoload](#property-autoload) ( )** +**func [autoload](#property-autoload) ( )[DialogicGameHandler](class_dialogicgamehandler.md)** @@ -152,7 +152,7 @@ Returns the autoload when in-game. -**void [get_color](#property-get_color) ( `value`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_color](#property-get_color) ( `value`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Color](https://docs.godotengine.org/en/latest/classes/class_color.html#class-color)** @@ -162,7 +162,7 @@ Returns the autoload when in-game. -**void [get_color_palette](#property-get_color_palette) ( `default`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` )** +**func [get_color_palette](#property-get_color_palette) ( `default`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -172,7 +172,7 @@ Returns the autoload when in-game. -**void [get_custom_event_defaults](#property-get_custom_event_defaults) ( `event_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_custom_event_defaults](#property-get_custom_event_defaults) ( `event_name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -182,7 +182,7 @@ Returns the autoload when in-game. -**void [get_default_layout_base](#property-get_default_layout_base) ( )** +**func [get_default_layout_base](#property-get_default_layout_base) ( )[PackedScene](https://docs.godotengine.org/en/latest/classes/class_packedscene.html#class-packedscene)** @@ -192,7 +192,7 @@ Returns the autoload when in-game. -**void [get_default_style](#property-get_default_style) ( )** +**func [get_default_style](#property-get_default_style) ( )[DialogicStyle](class_dialogicstyle.md)** @@ -202,7 +202,7 @@ Returns the autoload when in-game. -**void [get_default_variables](#property-get_default_variables) ( )** +**func [get_default_variables](#property-get_default_variables) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -212,7 +212,7 @@ Returns the autoload when in-game. -**void [get_dialogic_plugin](#property-get_dialogic_plugin) ( )** +**func [get_dialogic_plugin](#property-get_dialogic_plugin) ( )[Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node)** @@ -222,7 +222,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [get_editor_scale](#property-get_editor_scale) ( )** +**func [get_editor_scale](#property-get_editor_scale) ( )[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float)** @@ -232,7 +232,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [get_editor_setting](#property-get_editor_setting) ( `setting`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `default`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `null` )** +**func [get_editor_setting](#property-get_editor_setting) ( `setting`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `default`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) = `null` )[Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant)** @@ -242,7 +242,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [get_fallback_style](#property-get_fallback_style) ( )** +**func [get_fallback_style](#property-get_fallback_style) ( )[DialogicStyle](class_dialogicstyle.md)** @@ -252,7 +252,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [get_indexers](#property-get_indexers) ( `include_custom`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true`, `force_reload`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` )** +**func [get_indexers](#property-get_indexers) ( `include_custom`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true`, `force_reload`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` )[DialogicIndexer[]](https://docs.godotengine.org/en/latest/classes/class_dialogicindexer.html#class-dialogicindexer)** @@ -262,7 +262,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [get_module_path](#property-get_module_path) ( `name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `builtin`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true` )** +**func [get_module_path](#property-get_module_path) ( `name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `builtin`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true` )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -272,7 +272,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [get_next_translation_id](#property-get_next_translation_id) ( )** +**func [get_next_translation_id](#property-get_next_translation_id) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -282,7 +282,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [get_portrait_animation_scripts](#property-get_portrait_animation_scripts) ( `type`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0`, `include_custom`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true` )** +**func [get_portrait_animation_scripts](#property-get_portrait_animation_scripts) ( `type`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0`, `include_custom`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true` )[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array)** @@ -292,7 +292,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [get_scene_export_defaults](#property-get_scene_export_defaults) ( `node`: [Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node) )** +**func [get_scene_export_defaults](#property-get_scene_export_defaults) ( `node`: [Node](https://docs.godotengine.org/en/latest/classes/class_node.html#class-node) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -302,7 +302,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [get_style_by_name](#property-get_style_by_name) ( `name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_style_by_name](#property-get_style_by_name) ( `name`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[DialogicStyle](class_dialogicstyle.md)** @@ -312,7 +312,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [get_variable_type](#property-get_variable_type) ( `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `dict`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) = `` )** +**func [get_variable_type](#property-get_variable_type) ( `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `dict`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) = `` )[int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int)** @@ -322,7 +322,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [get_variable_value_type](#property-get_variable_value_type) ( `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )** +**func [get_variable_value_type](#property-get_variable_value_type) ( `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )[int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int)** @@ -332,7 +332,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [is_physics_timer](#property-is_physics_timer) ( )** +**func [is_physics_timer](#property-is_physics_timer) ( )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -342,7 +342,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [list_variables](#property-list_variables) ( `dict`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary), `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""`, `type`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0` )** +**func [list_variables](#property-list_variables) ( `dict`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary), `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""`, `type`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int) = `0` )[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array)** @@ -352,7 +352,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [listdir](#property-listdir) ( `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `files_only`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true`, `throw_error`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true`, `full_file_path`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false`, `include_imports`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` )** +**func [listdir](#property-listdir) ( `path`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `files_only`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true`, `throw_error`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `true`, `full_file_path`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false`, `include_imports`: [bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) = `false` )[Array](https://docs.godotengine.org/en/latest/classes/class_array.html#class-array)** @@ -362,7 +362,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [logical_convert](#property-logical_convert) ( `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )** +**func [logical_convert](#property-logical_convert) ( `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )[Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant)** @@ -372,7 +372,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [pretty_name](#property-pretty_name) ( `script`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [pretty_name](#property-pretty_name) ( `script`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -382,7 +382,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [set_editor_setting](#property-set_editor_setting) ( `setting`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )** +**func [set_editor_setting](#property-set_editor_setting) ( `setting`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string), `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )void** @@ -392,7 +392,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [setup_script_property_edit_node](#property-setup_script_property_edit_node) ( `property_info`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary), `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant), `property_changed`: [Callable](https://docs.godotengine.org/en/latest/classes/class_callable.html#class-callable) )** +**func [setup_script_property_edit_node](#property-setup_script_property_edit_node) ( `property_info`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary), `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant), `property_changed`: [Callable](https://docs.godotengine.org/en/latest/classes/class_callable.html#class-callable) )[Control](https://docs.godotengine.org/en/latest/classes/class_control.html#class-control)** @@ -402,7 +402,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [str_to_bool](#property-str_to_bool) ( `boolstring`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [str_to_bool](#property-str_to_bool) ( `boolstring`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -412,7 +412,7 @@ Although this does in fact always return a EditorPlugin node, that class is appa -**void [str_to_hash_set](#property-str_to_hash_set) ( `source`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [str_to_hash_set](#property-str_to_hash_set) ( `source`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -422,7 +422,7 @@ Takes `source` and builds a dictionary of keys only. The values are `null`. -**void [update_autoload_subsystem_access](#property-update_autoload_subsystem_access) ( )** +**func [update_autoload_subsystem_access](#property-update_autoload_subsystem_access) ( )void** @@ -432,7 +432,7 @@ Takes `source` and builds a dictionary of keys only. The values are `null`. -**void [update_timer_process_callback](#property-update_timer_process_callback) ( `timer`: [Timer](https://docs.godotengine.org/en/latest/classes/class_timer.html#class-timer) )** +**func [update_timer_process_callback](#property-update_timer_process_callback) ( `timer`: [Timer](https://docs.godotengine.org/en/latest/classes/class_timer.html#class-timer) )void** diff --git a/documentation/classes/class_dialogicvariableevent.md b/documentation/classes/class_dialogicvariableevent.md index c2e45d0..e053c36 100644 --- a/documentation/classes/class_dialogicvariableevent.md +++ b/documentation/classes/class_dialogicvariableevent.md @@ -22,13 +22,13 @@ value | [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.h ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_value_suggestions](#property-get_value_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [get_var_suggestions](#property-get_var_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) -void | [to_text](#property-to_text) ( ) -void | [update_editor_warning](#property-update_editor_warning) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +void | [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_value_suggestions](#property-get_value_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_var_suggestions](#property-get_var_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool) | [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [to_text](#property-to_text) ( ) +void | [update_editor_warning](#property-update_editor_warning) ( ) --- ## Constants @@ -134,7 +134,7 @@ Returns | Method -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -144,7 +144,7 @@ Returns | Method -**void [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [from_text](#property-from_text) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )void** @@ -154,7 +154,7 @@ Returns | Method -**void [get_value_suggestions](#property-get_value_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_value_suggestions](#property-get_value_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -164,7 +164,7 @@ Returns | Method -**void [get_var_suggestions](#property-get_var_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [get_var_suggestions](#property-get_var_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** @@ -174,7 +174,7 @@ Returns | Method -**void [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )** +**func [is_valid_event](#property-is_valid_event) ( `string`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) )[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)** @@ -184,7 +184,7 @@ Returns | Method -**void [to_text](#property-to_text) ( )** +**func [to_text](#property-to_text) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -194,7 +194,7 @@ Returns | Method -**void [update_editor_warning](#property-update_editor_warning) ( )** +**func [update_editor_warning](#property-update_editor_warning) ( )void** diff --git a/documentation/classes/class_dialogicvisualeditorfield.md b/documentation/classes/class_dialogicvisualeditorfield.md index 7ab84c8..c568cbd 100644 --- a/documentation/classes/class_dialogicvisualeditorfield.md +++ b/documentation/classes/class_dialogicvisualeditorfield.md @@ -19,8 +19,8 @@ property_name | [String](https://docs.godotengine.org/en/latest/classes/class_st ## Methods Returns | Method --- | --- -void | [set_value](#property-set_value) ( `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) -void | [take_autofocus](#property-take_autofocus) ( ) +void | [set_value](#property-set_value) ( `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) ) +void | [take_autofocus](#property-take_autofocus) ( ) --- ## Signals @@ -38,7 +38,7 @@ Returns | Method -**void [set_value](#property-set_value) ( `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )** +**func [set_value](#property-set_value) ( `value`: [Variant](https://docs.godotengine.org/en/latest/classes/class_variant.html#class-variant) )void** @@ -48,7 +48,7 @@ Returns | Method -**void [take_autofocus](#property-take_autofocus) ( )** +**func [take_autofocus](#property-take_autofocus) ( )void** diff --git a/documentation/classes/class_dialogicvoiceevent.md b/documentation/classes/class_dialogicvoiceevent.md index beb212f..09d46fd 100644 --- a/documentation/classes/class_dialogicvoiceevent.md +++ b/documentation/classes/class_dialogicvoiceevent.md @@ -20,15 +20,15 @@ volume | [float](https://docs.godotengine.org/en/latest/classes/class_float.html ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [get_shortcode](#property-get_shortcode) ( ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_shortcode](#property-get_shortcode) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) --- ## Property Descriptions -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -38,7 +38,7 @@ Returns | Method -**void [get_shortcode](#property-get_shortcode) ( )** +**func [get_shortcode](#property-get_shortcode) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -48,7 +48,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** diff --git a/documentation/classes/class_dialogicwaitevent.md b/documentation/classes/class_dialogicwaitevent.md index 4886822..aaad972 100644 --- a/documentation/classes/class_dialogicwaitevent.md +++ b/documentation/classes/class_dialogicwaitevent.md @@ -19,15 +19,15 @@ time | [float](https://docs.godotengine.org/en/latest/classes/class_float.html#c ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [get_shortcode](#property-get_shortcode) ( ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_shortcode](#property-get_shortcode) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) --- ## Property Descriptions -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -37,7 +37,7 @@ Returns | Method -**void [get_shortcode](#property-get_shortcode) ( )** +**func [get_shortcode](#property-get_shortcode) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -47,7 +47,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** diff --git a/documentation/classes/class_dialogicwaitinputevent.md b/documentation/classes/class_dialogicwaitinputevent.md index 99d2782..038cf02 100644 --- a/documentation/classes/class_dialogicwaitinputevent.md +++ b/documentation/classes/class_dialogicwaitinputevent.md @@ -18,15 +18,15 @@ hide_textbox | [bool](https://docs.godotengine.org/en/latest/classes/class_bool. ## Methods Returns | Method --- | --- -void | [build_event_editor](#property-build_event_editor) ( ) -void | [get_shortcode](#property-get_shortcode) ( ) -void | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) +void | [build_event_editor](#property-build_event_editor) ( ) +[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) | [get_shortcode](#property-get_shortcode) ( ) +[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) | [get_shortcode_parameters](#property-get_shortcode_parameters) ( ) --- ## Property Descriptions -**void [build_event_editor](#property-build_event_editor) ( )** +**func [build_event_editor](#property-build_event_editor) ( )void** @@ -36,7 +36,7 @@ Returns | Method -**void [get_shortcode](#property-get_shortcode) ( )** +**func [get_shortcode](#property-get_shortcode) ( )[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)** @@ -46,7 +46,7 @@ Returns | Method -**void [get_shortcode_parameters](#property-get_shortcode_parameters) ( )** +**func [get_shortcode_parameters](#property-get_shortcode_parameters) ( )[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)** diff --git a/documentation/classes/class_dnextindicator.md b/documentation/classes/class_dnextindicator.md index 4982aa0..e5f6379 100644 --- a/documentation/classes/class_dnextindicator.md +++ b/documentation/classes/class_dnextindicator.md @@ -25,13 +25,13 @@ tween | [Tween](https://docs.godotengine.org/en/latest/classes/class_tween.html# ## Methods Returns | Method --- | --- -void | [play_animation](#property-play_animation) ( `animation`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `time`: [float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float) ) +void | [play_animation](#property-play_animation) ( `animation`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `time`: [float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float) ) --- ## Property Descriptions -**void [play_animation](#property-play_animation) ( `animation`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `time`: [float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float) )** +**func [play_animation](#property-play_animation) ( `animation`: [int](https://docs.godotengine.org/en/latest/classes/class_int.html#class-int), `time`: [float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float) )void** diff --git a/documentation/classes/index.md b/documentation/classes/index.md index 6874dcb..98ec2a7 100644 --- a/documentation/classes/index.md +++ b/documentation/classes/index.md @@ -5,17 +5,6 @@ *All classes from the Dialogic 2 source code.* -## Resource - -- [DialogicCharacter](class_dialogiccharacter.md) -- [DialogicCharacterFormatLoader](class_dialogiccharacterformatloader.md) -- [DialogicCharacterFormatSaver](class_dialogiccharacterformatsaver.md) -- [DialogicGlossary](class_dialogicglossary.md) -- [DialogicStyle](class_dialogicstyle.md) -- [DialogicStyleLayer](class_dialogicstylelayer.md) -- [DialogicTimeline](class_dialogictimeline.md) -- [DialogicTimelineFormatLoader](class_dialogictimelineformatloader.md) -- [DialogicTimelineFormatSaver](class_dialogictimelineformatsaver.md) ## Node - [DialogicNode_BackgroundHolder](class_dialogicnode_backgroundholder.md) @@ -29,6 +18,40 @@ - [DialogicNode_TextBubble](class_dialogicnode_textbubble.md) - [DialogicNode_TextInput](class_dialogicnode_textinput.md) - [DialogicNode_TypeSounds](class_dialogicnode_typesounds.md) +## Other + +- [DCSS](class_dcss.md) +- [DialogicAnimation](class_dialogicanimation.md) +- [DialogicAutoAdvance](class_dialogicautoadvance.md) +- [DialogicAutoSkip](class_dialogicautoskip.md) +- [DialogicBackground](class_dialogicbackground.md) +- [DialogicBackgroundTransition](class_dialogicbackgroundtransition.md) +- [DialogicCharacterEditorMainSection](class_dialogiccharactereditormainsection.md) +- [DialogicCharacterEditorPortraitSection](class_dialogiccharactereditorportraitsection.md) +- [DialogicCsvFile](class_dialogiccsvfile.md) +- [DialogicEditor](class_dialogiceditor.md) +- [DialogicGameHandler](class_dialogicgamehandler.md) +- [DialogicIndexer](class_dialogicindexer.md) +- [DialogicLayoutBase](class_dialogiclayoutbase.md) +- [DialogicLayoutLayer](class_dialogiclayoutlayer.md) +- [DialogicPortrait](class_dialogicportrait.md) +- [DialogicResourceUtil](class_dialogicresourceutil.md) +- [DialogicSettingsPage](class_dialogicsettingspage.md) +- [DialogicSubsystem](class_dialogicsubsystem.md) +- [DialogicUtil](class_dialogicutil.md) +- [DialogicVisualEditorField](class_dialogicvisualeditorfield.md) +- [DNextIndicator](class_dnextindicator.md) +## Resource + +- [DialogicCharacter](class_dialogiccharacter.md) +- [DialogicCharacterFormatLoader](class_dialogiccharacterformatloader.md) +- [DialogicCharacterFormatSaver](class_dialogiccharacterformatsaver.md) +- [DialogicGlossary](class_dialogicglossary.md) +- [DialogicStyle](class_dialogicstyle.md) +- [DialogicStyleLayer](class_dialogicstylelayer.md) +- [DialogicTimeline](class_dialogictimeline.md) +- [DialogicTimelineFormatLoader](class_dialogictimelineformatloader.md) +- [DialogicTimelineFormatSaver](class_dialogictimelineformatsaver.md) ## Event - [DialogicBackgroundEvent](class_dialogicbackgroundevent.md) @@ -58,27 +81,4 @@ - [DialogicVariableEvent](class_dialogicvariableevent.md) - [DialogicVoiceEvent](class_dialogicvoiceevent.md) - [DialogicWaitEvent](class_dialogicwaitevent.md) -- [DialogicWaitInputEvent](class_dialogicwaitinputevent.md) -## Other - -- [DCSS](class_dcss.md) -- [DialogicAnimation](class_dialogicanimation.md) -- [DialogicAutoAdvance](class_dialogicautoadvance.md) -- [DialogicAutoSkip](class_dialogicautoskip.md) -- [DialogicBackground](class_dialogicbackground.md) -- [DialogicBackgroundTransition](class_dialogicbackgroundtransition.md) -- [DialogicCharacterEditorMainSection](class_dialogiccharactereditormainsection.md) -- [DialogicCharacterEditorPortraitSection](class_dialogiccharactereditorportraitsection.md) -- [DialogicCsvFile](class_dialogiccsvfile.md) -- [DialogicEditor](class_dialogiceditor.md) -- [DialogicGameHandler](class_dialogicgamehandler.md) -- [DialogicIndexer](class_dialogicindexer.md) -- [DialogicLayoutBase](class_dialogiclayoutbase.md) -- [DialogicLayoutLayer](class_dialogiclayoutlayer.md) -- [DialogicPortrait](class_dialogicportrait.md) -- [DialogicResourceUtil](class_dialogicresourceutil.md) -- [DialogicSettingsPage](class_dialogicsettingspage.md) -- [DialogicSubsystem](class_dialogicsubsystem.md) -- [DialogicUtil](class_dialogicutil.md) -- [DialogicVisualEditorField](class_dialogicvisualeditorfield.md) -- [DNextIndicator](class_dnextindicator.md) \ No newline at end of file +- [DialogicWaitInputEvent](class_dialogicwaitinputevent.md) \ No newline at end of file