mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-24 10:27:13 +00:00
[doc] Use "param" instead of "code" to refer to parameters #3
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<param index="2" name="max" type="float" />
|
||||
<param index="3" name="invert" type="bool" />
|
||||
<description>
|
||||
Takes a angle and clamps it so it is within the passed-in [code]min[/code] and [code]max[/code] range. [code]invert[/code] will inversely clamp the angle, clamping it to the range outside of the given bounds.
|
||||
Takes a angle and clamps it so it is within the passed-in [param min] and [param max] range. [param invert] will inversely clamp the angle, clamping it to the range outside of the given bounds.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_is_setup" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user