diff options
author | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-08-25 12:33:20 +0200 |
---|---|---|
committer | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-08-25 14:33:07 +0200 |
commit | 5b91040ba6d1f571218acd387b1b3513b98b02d1 (patch) | |
tree | 3c5ac9d6fc312235aa8bea0a230147725fe51e25 /doc/classes/Signal.xml | |
parent | e3550cb20f5d6a61befaafb7d9cbdb57b24870e4 (diff) | |
download | redot-engine-5b91040ba6d1f571218acd387b1b3513b98b02d1.tar.gz |
[Doc] Clarify `is_null` methods of `Callable` and `Signal`
Diffstat (limited to 'doc/classes/Signal.xml')
-rw-r--r-- | doc/classes/Signal.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Signal.xml b/doc/classes/Signal.xml index 07e15d0b23..7d6ff1e9b0 100644 --- a/doc/classes/Signal.xml +++ b/doc/classes/Signal.xml @@ -119,7 +119,7 @@ <method name="is_null" qualifiers="const"> <return type="bool" /> <description> - Returns [code]true[/code] if the signal's name does not exist in its object, or the object is not valid. + Returns [code]true[/code] if this [Signal] has no object and the signal name is empty. Equivalent to [code]signal == Signal()[/code]. </description> </method> </methods> |