diff options
author | Andy Maloney <asmaloney@gmail.com> | 2022-08-09 22:00:19 -0400 |
---|---|---|
committer | Andy Maloney <asmaloney@gmail.com> | 2022-08-09 22:00:19 -0400 |
commit | 1f72f48361e8a67a9473c99a27565fa6133c4b50 (patch) | |
tree | 95c08a4d20786f1227a05867847bccd564bf049c /doc/classes/SkeletonModificationStack3D.xml | |
parent | 317ced8204d80367c445963fc989de320c6f9a68 (diff) | |
download | redot-engine-1f72f48361e8a67a9473c99a27565fa6133c4b50.tar.gz |
[doc] Use "param" instead of "code" to refer to parameters #3
Diffstat (limited to 'doc/classes/SkeletonModificationStack3D.xml')
-rw-r--r-- | doc/classes/SkeletonModificationStack3D.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/classes/SkeletonModificationStack3D.xml b/doc/classes/SkeletonModificationStack3D.xml index 010c2181e7..fd4a8d462a 100644 --- a/doc/classes/SkeletonModificationStack3D.xml +++ b/doc/classes/SkeletonModificationStack3D.xml @@ -21,7 +21,7 @@ <return type="void" /> <param index="0" name="mod_idx" type="int" /> <description> - Deletes the [SkeletonModification3D] at the index position [code]mod_idx[/code], if it exists. + Deletes the [SkeletonModification3D] at the index position [param mod_idx], if it exists. </description> </method> <method name="enable_all_modifications"> @@ -36,7 +36,7 @@ <param index="0" name="delta" type="float" /> <param index="1" name="execution_mode" type="int" /> <description> - Executes all of the [SkeletonModification3D]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 [SkeletonModification3D]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> @@ -50,7 +50,7 @@ <return type="SkeletonModification3D" /> <param index="0" name="mod_idx" type="int" /> <description> - Returns the [SkeletonModification3D] at the passed-in index, [code]mod_idx[/code]. + Returns the [SkeletonModification3D] at the passed-in index, [param mod_idx]. </description> </method> <method name="get_skeleton" qualifiers="const"> @@ -64,7 +64,7 @@ <param index="0" name="mod_idx" type="int" /> <param index="1" name="modification" type="SkeletonModification3D" /> <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"> |