Skip to content

Commit

Permalink
Fix method return value being always void.
Browse files Browse the repository at this point in the history
  • Loading branch information
CakeVR committed Feb 18, 2024
1 parent 9e227a2 commit 882a664
Show file tree
Hide file tree
Showing 54 changed files with 697 additions and 697 deletions.
12 changes: 6 additions & 6 deletions documentation/classes/class_dcss.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
## Methods
Returns | Method
--- | ---
<span class="hljs-attribute">void</span> | [<span class="hljs-title">get_editor_scale</span>](#property-get_editor_scale) ( )
<span class="hljs-attribute">void</span> | [<span class="hljs-title">inline</span>](#property-inline) ( `style`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )
<span class="hljs-attribute">void</span> | [<span class="hljs-title">style</span>](#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) )
<span class="hljs-attribute">[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float)</span> | [<span class="hljs-title">get_editor_scale</span>](#property-get_editor_scale) ( )
<span class="hljs-attribute">[StyleBoxFlat](https://docs.godotengine.org/en/latest/classes/class_styleboxflat.html#class-styleboxflat)</span> | [<span class="hljs-title">inline</span>](#property-inline) ( `style`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )
<span class="hljs-attribute">[StyleBoxFlat](https://docs.godotengine.org/en/latest/classes/class_styleboxflat.html#class-styleboxflat)</span> | [<span class="hljs-title">style</span>](#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



<a class="header" id="property-get_editor_scale" href="#property-get_editor_scale">**<span class="hljs-attribute">void</span> [<span class="hljs-title">get_editor_scale</span>](#property-get_editor_scale) ( )** </a>
<a class="header" id="property-get_editor_scale" href="#property-get_editor_scale">**<span class="hljs-attribute">func</span> [<span class="hljs-title">get_editor_scale</span>](#property-get_editor_scale) ( )</a> ⇒ <span class="hljs-attribute">[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float)</span>**



Expand All @@ -32,7 +32,7 @@ Returns | Method



<a class="header" id="property-inline" href="#property-inline">**<span class="hljs-attribute">void</span> [<span class="hljs-title">inline</span>](#property-inline) ( `style`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )** </a>
<a class="header" id="property-inline" href="#property-inline">**<span class="hljs-attribute">func</span> [<span class="hljs-title">inline</span>](#property-inline) ( `style`: [Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary) )</a> ⇒ <span class="hljs-attribute">[StyleBoxFlat](https://docs.godotengine.org/en/latest/classes/class_styleboxflat.html#class-styleboxflat)</span>**



Expand All @@ -42,7 +42,7 @@ Returns | Method



<a class="header" id="property-style" href="#property-style">**<span class="hljs-attribute">void</span> [<span class="hljs-title">style</span>](#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) )** </a>
<a class="header" id="property-style" href="#property-style">**<span class="hljs-attribute">func</span> [<span class="hljs-title">style</span>](#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) )</a> ⇒ <span class="hljs-attribute">[StyleBoxFlat](https://docs.godotengine.org/en/latest/classes/class_styleboxflat.html#class-styleboxflat)</span>**



Expand Down
16 changes: 8 additions & 8 deletions documentation/classes/class_dialogicanimation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ time | [float](https://docs.godotengine.org/en/latest/classes/class_float.html#c
## Methods
Returns | Method
--- | ---
<span class="hljs-attribute">void</span> | [<span class="hljs-title">animate</span>](#property-animate) ( )
<span class="hljs-attribute">void</span> | [<span class="hljs-title">finished_one_loop</span>](#property-finished_one_loop) ( )
<span class="hljs-attribute">void</span> | [<span class="hljs-title">pause</span>](#property-pause) ( )
<span class="hljs-attribute">void</span> | [<span class="hljs-title">resume</span>](#property-resume) ( )
<span style = "color: gray">void</span> | [<span class="hljs-title">animate</span>](#property-animate) ( )
<span style = "color: gray">void</span> | [<span class="hljs-title">finished_one_loop</span>](#property-finished_one_loop) ( )
<span style = "color: gray">void</span> | [<span class="hljs-title">pause</span>](#property-pause) ( )
<span style = "color: gray">void</span> | [<span class="hljs-title">resume</span>](#property-resume) ( )
---

## Signals
Expand Down Expand Up @@ -53,7 +53,7 @@ Returns | Method



<a class="header" id="property-animate" href="#property-animate">**<span class="hljs-attribute">void</span> [<span class="hljs-title">animate</span>](#property-animate) ( )** </a>
<a class="header" id="property-animate" href="#property-animate">**<span class="hljs-attribute">func</span> [<span class="hljs-title">animate</span>](#property-animate) ( )</a> ⇒ <span style = "color: gray">void</span>**



Expand All @@ -63,7 +63,7 @@ To be overridden. Do the actual animating/tweening in here. Use the properties [



<a class="header" id="property-finished_one_loop" href="#property-finished_one_loop">**<span class="hljs-attribute">void</span> [<span class="hljs-title">finished_one_loop</span>](#property-finished_one_loop) ( )** </a>
<a class="header" id="property-finished_one_loop" href="#property-finished_one_loop">**<span class="hljs-attribute">func</span> [<span class="hljs-title">finished_one_loop</span>](#property-finished_one_loop) ( )</a> ⇒ <span style = "color: gray">void</span>**



Expand All @@ -73,7 +73,7 @@ To be overridden. Do the actual animating/tweening in here. Use the properties [



<a class="header" id="property-pause" href="#property-pause">**<span class="hljs-attribute">void</span> [<span class="hljs-title">pause</span>](#property-pause) ( )** </a>
<a class="header" id="property-pause" href="#property-pause">**<span class="hljs-attribute">func</span> [<span class="hljs-title">pause</span>](#property-pause) ( )</a> ⇒ <span style = "color: gray">void</span>**



Expand All @@ -83,7 +83,7 @@ To be overridden. Do the actual animating/tweening in here. Use the properties [



<a class="header" id="property-resume" href="#property-resume">**<span class="hljs-attribute">void</span> [<span class="hljs-title">resume</span>](#property-resume) ( )** </a>
<a class="header" id="property-resume" href="#property-resume">**<span class="hljs-attribute">func</span> [<span class="hljs-title">resume</span>](#property-resume) ( )</a> ⇒ <span style = "color: gray">void</span>**



Expand Down
24 changes: 12 additions & 12 deletions documentation/classes/class_dialogicautoadvance.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ per_word_delay | [float](https://docs.godotengine.org/en/latest/classes/class_fl
## Methods
Returns | Method
--- | ---
<span class="hljs-attribute">void</span> | [<span class="hljs-title">get_progress</span>](#property-get_progress) ( )
<span class="hljs-attribute">void</span> | [<span class="hljs-title">get_time</span>](#property-get_time) ( )
<span class="hljs-attribute">void</span> | [<span class="hljs-title">get_time_left</span>](#property-get_time_left) ( )
<span class="hljs-attribute">void</span> | [<span class="hljs-title">is_advancing</span>](#property-is_advancing) ( )
<span class="hljs-attribute">void</span> | [<span class="hljs-title">is_enabled</span>](#property-is_enabled) ( )
<span class="hljs-attribute">void</span> | [<span class="hljs-title">start</span>](#property-start) ( )
<span class="hljs-attribute">[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float)</span> | [<span class="hljs-title">get_progress</span>](#property-get_progress) ( )
<span class="hljs-attribute">[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float)</span> | [<span class="hljs-title">get_time</span>](#property-get_time) ( )
<span class="hljs-attribute">[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float)</span> | [<span class="hljs-title">get_time_left</span>](#property-get_time_left) ( )
<span class="hljs-attribute">[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)</span> | [<span class="hljs-title">is_advancing</span>](#property-is_advancing) ( )
<span class="hljs-attribute">[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)</span> | [<span class="hljs-title">is_enabled</span>](#property-is_enabled) ( )
<span style = "color: gray">void</span> | [<span class="hljs-title">start</span>](#property-start) ( )
---

## Signals
Expand Down Expand Up @@ -65,7 +65,7 @@ Returns | Method



<a class="header" id="property-get_progress" href="#property-get_progress">**<span class="hljs-attribute">void</span> [<span class="hljs-title">get_progress</span>](#property-get_progress) ( )** </a>
<a class="header" id="property-get_progress" href="#property-get_progress">**<span class="hljs-attribute">func</span> [<span class="hljs-title">get_progress</span>](#property-get_progress) ( )</a> ⇒ <span class="hljs-attribute">[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float)</span>**



Expand All @@ -75,7 +75,7 @@ Returns the progress of the auto-advance timer on a scale between 0 and 1. The h



<a class="header" id="property-get_time" href="#property-get_time">**<span class="hljs-attribute">void</span> [<span class="hljs-title">get_time</span>](#property-get_time) ( )** </a>
<a class="header" id="property-get_time" href="#property-get_time">**<span class="hljs-attribute">func</span> [<span class="hljs-title">get_time</span>](#property-get_time) ( )</a> ⇒ <span class="hljs-attribute">[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float)</span>**



Expand All @@ -85,7 +85,7 @@ Returns the progress of the auto-advance timer on a scale between 0 and 1. The h



<a class="header" id="property-get_time_left" href="#property-get_time_left">**<span class="hljs-attribute">void</span> [<span class="hljs-title">get_time_left</span>](#property-get_time_left) ( )** </a>
<a class="header" id="property-get_time_left" href="#property-get_time_left">**<span class="hljs-attribute">func</span> [<span class="hljs-title">get_time_left</span>](#property-get_time_left) ( )</a> ⇒ <span class="hljs-attribute">[float](https://docs.godotengine.org/en/latest/classes/class_float.html#class-float)</span>**



Expand All @@ -95,7 +95,7 @@ Returns the progress of the auto-advance timer on a scale between 0 and 1. The h



<a class="header" id="property-is_advancing" href="#property-is_advancing">**<span class="hljs-attribute">void</span> [<span class="hljs-title">is_advancing</span>](#property-is_advancing) ( )** </a>
<a class="header" id="property-is_advancing" href="#property-is_advancing">**<span class="hljs-attribute">func</span> [<span class="hljs-title">is_advancing</span>](#property-is_advancing) ( )</a> ⇒ <span class="hljs-attribute">[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)</span>**



Expand All @@ -105,7 +105,7 @@ Returns the progress of the auto-advance timer on a scale between 0 and 1. The h



<a class="header" id="property-is_enabled" href="#property-is_enabled">**<span class="hljs-attribute">void</span> [<span class="hljs-title">is_enabled</span>](#property-is_enabled) ( )** </a>
<a class="header" id="property-is_enabled" href="#property-is_enabled">**<span class="hljs-attribute">func</span> [<span class="hljs-title">is_enabled</span>](#property-is_enabled) ( )</a> ⇒ <span class="hljs-attribute">[bool](https://docs.godotengine.org/en/latest/classes/class_bool.html#class-bool)</span>**



Expand All @@ -115,7 +115,7 @@ Returns whether Auto-Advance is currently considered enabled. Auto-Advance uses



<a class="header" id="property-start" href="#property-start">**<span class="hljs-attribute">void</span> [<span class="hljs-title">start</span>](#property-start) ( )** </a>
<a class="header" id="property-start" href="#property-start">**<span class="hljs-attribute">func</span> [<span class="hljs-title">start</span>](#property-start) ( )</a> ⇒ <span style = "color: gray">void</span>**



Expand Down
16 changes: 8 additions & 8 deletions documentation/classes/class_dialogicbackgroundevent.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ transition | [String](https://docs.godotengine.org/en/latest/classes/class_strin
## Methods
Returns | Method
--- | ---
<span class="hljs-attribute">void</span> | [<span class="hljs-title">build_event_editor</span>](#property-build_event_editor) ( )
<span class="hljs-attribute">void</span> | [<span class="hljs-title">get_shortcode</span>](#property-get_shortcode) ( )
<span class="hljs-attribute">void</span> | [<span class="hljs-title">get_shortcode_parameters</span>](#property-get_shortcode_parameters) ( )
<span class="hljs-attribute">void</span> | [<span class="hljs-title">get_transition_suggestions</span>](#property-get_transition_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )
<span style = "color: gray">void</span> | [<span class="hljs-title">build_event_editor</span>](#property-build_event_editor) ( )
<span class="hljs-attribute">[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)</span> | [<span class="hljs-title">get_shortcode</span>](#property-get_shortcode) ( )
<span class="hljs-attribute">[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)</span> | [<span class="hljs-title">get_shortcode_parameters</span>](#property-get_shortcode_parameters) ( )
<span class="hljs-attribute">[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)</span> | [<span class="hljs-title">get_transition_suggestions</span>](#property-get_transition_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )
---
## Constants

Expand Down Expand Up @@ -67,7 +67,7 @@ Returns | Method



<a class="header" id="property-build_event_editor" href="#property-build_event_editor">**<span class="hljs-attribute">void</span> [<span class="hljs-title">build_event_editor</span>](#property-build_event_editor) ( )** </a>
<a class="header" id="property-build_event_editor" href="#property-build_event_editor">**<span class="hljs-attribute">func</span> [<span class="hljs-title">build_event_editor</span>](#property-build_event_editor) ( )</a> ⇒ <span style = "color: gray">void</span>**



Expand All @@ -77,7 +77,7 @@ Returns | Method



<a class="header" id="property-get_shortcode" href="#property-get_shortcode">**<span class="hljs-attribute">void</span> [<span class="hljs-title">get_shortcode</span>](#property-get_shortcode) ( )** </a>
<a class="header" id="property-get_shortcode" href="#property-get_shortcode">**<span class="hljs-attribute">func</span> [<span class="hljs-title">get_shortcode</span>](#property-get_shortcode) ( )</a> ⇒ <span class="hljs-attribute">[String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string)</span>**



Expand All @@ -87,7 +87,7 @@ Returns | Method



<a class="header" id="property-get_shortcode_parameters" href="#property-get_shortcode_parameters">**<span class="hljs-attribute">void</span> [<span class="hljs-title">get_shortcode_parameters</span>](#property-get_shortcode_parameters) ( )** </a>
<a class="header" id="property-get_shortcode_parameters" href="#property-get_shortcode_parameters">**<span class="hljs-attribute">func</span> [<span class="hljs-title">get_shortcode_parameters</span>](#property-get_shortcode_parameters) ( )</a> ⇒ <span class="hljs-attribute">[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)</span>**



Expand All @@ -97,7 +97,7 @@ Returns | Method



<a class="header" id="property-get_transition_suggestions" href="#property-get_transition_suggestions">**<span class="hljs-attribute">void</span> [<span class="hljs-title">get_transition_suggestions</span>](#property-get_transition_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )** </a>
<a class="header" id="property-get_transition_suggestions" href="#property-get_transition_suggestions">**<span class="hljs-attribute">func</span> [<span class="hljs-title">get_transition_suggestions</span>](#property-get_transition_suggestions) ( `filter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `""` )</a> ⇒ <span class="hljs-attribute">[Dictionary](https://docs.godotengine.org/en/latest/classes/class_dictionary.html#class-dictionary)</span>**



Expand Down
8 changes: 4 additions & 4 deletions documentation/classes/class_dialogicbackgroundtransition.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ time | [float](https://docs.godotengine.org/en/latest/classes/class_float.html#c
## Methods
Returns | Method
--- | ---
<span class="hljs-attribute">void</span> | [<span class="hljs-title">set_shader</span>](#property-set_shader) ( `path_to_shader`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `<unknown>` )
<span class="hljs-attribute">void</span> | [<span class="hljs-title">tween_shader_progress</span>](#property-tween_shader_progress) ( `progress_parameter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `"progress"` )
<span class="hljs-attribute">[ShaderMaterial](https://docs.godotengine.org/en/latest/classes/class_shadermaterial.html#class-shadermaterial)</span> | [<span class="hljs-title">set_shader</span>](#property-set_shader) ( `path_to_shader`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `<unknown>` )
<span class="hljs-attribute">[PropertyTweener](https://docs.godotengine.org/en/latest/classes/class_propertytweener.html#class-propertytweener)</span> | [<span class="hljs-title">tween_shader_progress</span>](#property-tween_shader_progress) ( `progress_parameter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `"progress"` )
---

## Signals
Expand All @@ -43,7 +43,7 @@ Returns | Method



<a class="header" id="property-set_shader" href="#property-set_shader">**<span class="hljs-attribute">void</span> [<span class="hljs-title">set_shader</span>](#property-set_shader) ( `path_to_shader`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `<unknown>` )** </a>
<a class="header" id="property-set_shader" href="#property-set_shader">**<span class="hljs-attribute">func</span> [<span class="hljs-title">set_shader</span>](#property-set_shader) ( `path_to_shader`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `<unknown>` )</a> ⇒ <span class="hljs-attribute">[ShaderMaterial](https://docs.godotengine.org/en/latest/classes/class_shadermaterial.html#class-shadermaterial)</span>**



Expand All @@ -53,7 +53,7 @@ Returns | Method



<a class="header" id="property-tween_shader_progress" href="#property-tween_shader_progress">**<span class="hljs-attribute">void</span> [<span class="hljs-title">tween_shader_progress</span>](#property-tween_shader_progress) ( `progress_parameter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `"progress"` )** </a>
<a class="header" id="property-tween_shader_progress" href="#property-tween_shader_progress">**<span class="hljs-attribute">func</span> [<span class="hljs-title">tween_shader_progress</span>](#property-tween_shader_progress) ( `progress_parameter`: [String](https://docs.godotengine.org/en/latest/classes/class_string.html#class-string) = `"progress"` )</a> ⇒ <span class="hljs-attribute">[PropertyTweener](https://docs.godotengine.org/en/latest/classes/class_propertytweener.html#class-propertytweener)</span>**



Expand Down
Loading

0 comments on commit 882a664

Please sign in to comment.