1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

doc: Complete and harmonize all _MAX constant descriptions

(cherry picked from commit 86ed7a9884)
This commit is contained in:
Rémi Verschelde
2019-06-27 11:10:53 +02:00
parent 128eaa2718
commit 755896b036
32 changed files with 76 additions and 50 deletions

View File

@@ -210,7 +210,7 @@
[/codeblock]
</constant>
<constant name="FUNC_MAX" value="64" enum="BuiltinFunc">
The maximum value the [member function] property can have.
Represents the size of the [enum BuiltinFunc] enum.
</constant>
</constants>
</class>

View File

@@ -45,6 +45,7 @@
Not a number: [code]nan[/code]
</constant>
<constant name="MATH_CONSTANT_MAX" value="8" enum="MathConstant">
Represents the size of the [enum MathConstant] enum.
</constant>
</constants>
</class>