You've already forked godot
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user