ProtoFlux:Is Null

From Resonite Wiki
Revision as of 09:32, 27 June 2024 by AmasterAmaster (talk | contribs) (Added the See Also section. Updated descriptions.)
Is Null
Instance
*
Operators

The Is Null node takes in a reference type and returns if the provided reference is null.

Value types cannot be null, unless using the nullable version of those types. Using value types that are nullables will not work with this node however.

Inputs

Instance (Pseudo-Generic)

The reference to check.

Outputs

* (bool)

Outputs if instance is null.

See Also

  • Wikipedia's definition of null in Computer Science.
  • Microsoft's documentation on the null keyword.