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:
@ -1454,7 +1454,7 @@
|
||||
Default method flags.
|
||||
</constant>
|
||||
<constant name="TYPE_NIL" value="0" enum="Variant.Type">
|
||||
Variable is of type [Nil] (only applied for [code]null[/code]).
|
||||
Variable is [code]null[/code].
|
||||
</constant>
|
||||
<constant name="TYPE_BOOL" value="1" enum="Variant.Type">
|
||||
Variable is of type [bool].
|
||||
|
||||
Reference in New Issue
Block a user