diff options
| author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2022-08-12 15:29:58 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-12 15:29:58 +0300 |
| commit | 65a1d86c4f4b893c6e72c5434c22a5ab7dcbe68b (patch) | |
| tree | c3616eb558ec9af0434281f8054dd2b54206201f /doc/classes/SkeletonModificationStack2D.xml | |
| parent | 67d40155206e7c15575ec9bd5b609075784ed746 (diff) | |
| parent | 1f72f48361e8a67a9473c99a27565fa6133c4b50 (diff) | |
Merge pull request #64196 from asmaloney/doc-params-3
[doc] Use "param" instead of "code" to refer to parameters #3
Diffstat (limited to 'doc/classes/SkeletonModificationStack2D.xml')
| -rw-r--r-- | doc/classes/SkeletonModificationStack2D.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/classes/SkeletonModificationStack2D.xml b/doc/classes/SkeletonModificationStack2D.xml index d752323231..950e52e622 100644 --- a/doc/classes/SkeletonModificationStack2D.xml +++ b/doc/classes/SkeletonModificationStack2D.xml @@ -22,7 +22,7 @@ <return type="void" /> <param index="0" name="mod_idx" type="int" /> <description> - Deletes the [SkeletonModification2D] at the index position [code]mod_idx[/code], if it exists. + Deletes the [SkeletonModification2D] at the index position [param mod_idx], if it exists. </description> </method> <method name="enable_all_modifications"> @@ -37,7 +37,7 @@ <param index="0" name="delta" type="float" /> <param index="1" name="execution_mode" type="int" /> <description> - Executes all of the [SkeletonModification2D]s in the stack that use the same execution mode as the passed-in [code]execution_mode[/code], starting from index [code]0[/code] to [member modification_count]. + Executes all of the [SkeletonModification2D]s in the stack that use the same execution mode as the passed-in [param execution_mode], starting from index [code]0[/code] to [member modification_count]. [b]Note:[/b] The order of the modifications can matter depending on the modifications. For example, modifications on a spine should operate before modifications on the arms in order to get proper results. </description> </method> @@ -51,7 +51,7 @@ <return type="SkeletonModification2D" /> <param index="0" name="mod_idx" type="int" /> <description> - Returns the [SkeletonModification2D] at the passed-in index, [code]mod_idx[/code]. + Returns the [SkeletonModification2D] at the passed-in index, [param mod_idx]. </description> </method> <method name="get_skeleton" qualifiers="const"> @@ -65,7 +65,7 @@ <param index="0" name="mod_idx" type="int" /> <param index="1" name="modification" type="SkeletonModification2D" /> <description> - Sets the modification at [code]mod_idx[/code] to the passed-in modification, [code]modification[/code]. + Sets the modification at [param mod_idx] to the passed-in modification, [param modification]. </description> </method> <method name="setup"> |