Added the See Also section. Updated descriptions. |
m YoshBot moved page ProtoFlux:Is Null to ProtoFlux:IsNull: Automated: removing spaces from ProtoFlux namespace |
||
(One intermediate revision by one other user not shown) | |||
Line 15: | Line 15: | ||
{{Note|[[Value Type|Value types]] cannot be null, unless using the nullable version of those types. Using value types that are [[Type:Nullable`1|nullables]] will not work with this node however.|information}} | {{Note|[[Value Type|Value types]] cannot be null, unless using the nullable version of those types. Using value types that are [[Type:Nullable`1|nullables]] will not work with this node however.|information}} | ||
{{Note|If you want to check if something is not null, use the [[ProtoFlux:Not Null|Not Null]] node instead.|suggestion}} | |||
== Inputs == | == Inputs == |
Latest revision as of 00:25, 21 August 2025
Is Null
Operators
The Is Null node takes in a reference type and returns if the provided reference is null.
Inputs
Instance (Pseudo-Generic)
The reference to check.
Outputs
* (bool)
Outputs if instance is null.