1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-02 19:01:36 +00:00

doc: Do not expose Variant::NIL as a type in the class reference

Fix signals Variant arguments incorrectly listed as Nil.

Fixes #12520.
This commit is contained in:
Rémi Verschelde
2020-01-26 15:18:06 +01:00
parent 689db68822
commit 09ced94dd4
8 changed files with 21 additions and 198 deletions

View File

@@ -33,7 +33,7 @@
</methods>
<signals>
<signal name="completed">
<argument index="0" name="result" type="Nil">
<argument index="0" name="result" type="Variant">
</argument>
<description>
</description>