diff options
author | kobewi <kobewi4e@gmail.com> | 2023-02-28 15:06:21 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2023-04-03 16:02:29 +0200 |
commit | eac65fd0a8e68512a9410e0e78a405b726d303d3 (patch) | |
tree | af4b90067e1cb71e1910e36305a33e21a61e96ff /doc/classes/ConeTwistJoint3D.xml | |
parent | aeb4489e63c5ff3e96fd43b2d86966e1aff9a63b (diff) | |
download | redot-engine-eac65fd0a8e68512a9410e0e78a405b726d303d3.tar.gz |
Fill random docs
Diffstat (limited to 'doc/classes/ConeTwistJoint3D.xml')
-rw-r--r-- | doc/classes/ConeTwistJoint3D.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/ConeTwistJoint3D.xml b/doc/classes/ConeTwistJoint3D.xml index 3a122fe74b..39746b3c05 100644 --- a/doc/classes/ConeTwistJoint3D.xml +++ b/doc/classes/ConeTwistJoint3D.xml @@ -15,6 +15,7 @@ <return type="float" /> <param index="0" name="param" type="int" enum="ConeTwistJoint3D.Param" /> <description> + Returns the value of the specified parameter. </description> </method> <method name="set_param"> @@ -22,6 +23,7 @@ <param index="0" name="param" type="int" enum="ConeTwistJoint3D.Param" /> <param index="1" name="value" type="float" /> <description> + Sets the value of the specified parameter. </description> </method> </methods> |