1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20: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

@@ -211,7 +211,7 @@
HTTP PATCH method. The PATCH method is used to apply partial modifications to a resource.
</constant>
<constant name="METHOD_MAX" value="9" enum="Method">
Marker for end of [code]METHOD_*[/code] enum. Not used.
Represents the size of the [enum Method] enum.
</constant>
<constant name="STATUS_DISCONNECTED" value="0" enum="Status">
Status: Disconnected from the server.