GDScript: Rework GDScriptUtilityFunctions macros

This commit is contained in:
Danil Alexeev
2024-10-25 17:45:37 +03:00
parent 6732a0fd86
commit 4dc568856a
4 changed files with 194 additions and 317 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
<method name="convert" deprecated="Use [method @GlobalScope.type_convert] instead.">
<return type="Variant" />
<param index="0" name="what" type="Variant" />
<param index="1" name="type" type="int" />
<param index="1" name="type" type="int" enum="Variant.Type" />
<description>
Converts [param what] to [param type] in the best way possible. The [param type] uses the [enum Variant.Type] values.
[codeblock]