Skip to content

Commit

Permalink
Fix methods linking to property anchors.
Browse files Browse the repository at this point in the history
  • Loading branch information
CakeVR committed Mar 3, 2024
1 parent 30a95f6 commit 1fe2265
Show file tree
Hide file tree
Showing 75 changed files with 1,150 additions and 1,120 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">[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) )
<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>](#method-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>](#method-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>](#method-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) )
---
## Method Descriptions



<a class="header" id="method-get_editor_scale" href="#method-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>**
<a class="header" id="method-get_editor_scale" href="#method-get_editor_scale">**<span class="hljs-attribute">func</span> [<span class="hljs-title">get_editor_scale</span>](#method-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="method-inline" href="#method-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>**
<a class="header" id="method-inline" href="#method-inline">**<span class="hljs-attribute">func</span> [<span class="hljs-title">inline</span>](#method-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="method-style" href="#method-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>**
<a class="header" id="method-style" href="#method-style">**<span class="hljs-attribute">func</span> [<span class="hljs-title">style</span>](#method-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
18 changes: 9 additions & 9 deletions documentation/classes/class_dialogicanimation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Name | Type | Default
## Methods
Returns | Method
--- | ---
<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) ( )
<span style = "color: gray">void</span> | [<span class="hljs-title">animate</span>](#method-animate) ( )
<span style = "color: gray">void</span> | [<span class="hljs-title">finished_one_loop</span>](#method-finished_one_loop) ( )
<span style = "color: gray">void</span> | [<span class="hljs-title">pause</span>](#method-pause) ( )
<span style = "color: gray">void</span> | [<span class="hljs-title">resume</span>](#method-resume) ( )
---

## Signals
Expand Down Expand Up @@ -105,17 +105,17 @@ Set at runtime, will be the length of the animation.



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



To be overridden. Do the actual animating/tweening in here. Use the properties [node], [time], [end_position], [orig_pos].
To be overridden. Do the actual animating/tweening in here. Use the properties , , , .

---



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



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



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



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



<a class="header" id="method-resume" href="#method-resume">**<span class="hljs-attribute">func</span> [<span class="hljs-title">resume</span>](#property-resume) ( )</a> ⇒ <span style = "color: gray">void</span>**
<a class="header" id="method-resume" href="#method-resume">**<span class="hljs-attribute">func</span> [<span class="hljs-title">resume</span>](#method-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 @@ Name | Type | Default
## Methods
Returns | Method
--- | ---
<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) ( )
<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>](#method-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>](#method-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>](#method-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>](#method-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>](#method-is_enabled) ( )
<span style = "color: gray">void</span> | [<span class="hljs-title">start</span>](#method-start) ( )
---

## Signals
Expand Down Expand Up @@ -187,7 +187,7 @@ If true, Auto-Advance will be active until the player presses a button. Use thi



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



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



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



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



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



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



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



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



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



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



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



Expand Down
4 changes: 2 additions & 2 deletions documentation/classes/class_dialogicautoskip.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Name | Type | Default



Emitted whenever the Auto-Skip state changes, from `true` to `false` or vice-versa.
Emitted whenever the Auto-Skip state changes, from `true` to `false` or vice-versa.

---

Expand Down Expand Up @@ -71,7 +71,7 @@ If `true`, Auto-Skip will be enabled when the timeline advances to a previously



Whether Auto-Skip is enabled or not. If Auto-Skip is referred to be [i]disabled[/i], it refers to setting this this variable to `false`. This variable will automatically emit [autoskip_changed](#signal-autoskip_changed) when changed.
Whether Auto-Skip is enabled or not. If Auto-Skip is referred to be disabled[/i], it refers to setting this this variable to `false`. This variable will automatically emit [autoskip_changed](#signal-autoskip_changed) when changed.

---

Expand Down
Loading

0 comments on commit 1fe2265

Please sign in to comment.