ProtoFlux:Is Null: Difference between revisions

From Resonite Wiki
mNo edit summary
changed sudo-generic to type object
Line 14: Line 14:


== Inputs ==
== Inputs ==
=== Instance (Pseudo-Generic) ===
=== Instance ([[Type:Object|Object]]) ===
Inputted object to check if null.
Inputted object to check if null.


== Outputs ==
== Outputs ==
=== * ([[Types:Bool |bool]]) ===
=== * ([[Types:Bool |bool]]) ===
Output of if instance is null.
Outputs if instance is null.
[[Category:ProtoFlux:Operators]]
[[Category:ProtoFlux:Operators]]

Revision as of 18:22, 15 January 2024

Is Null
Instance
*
Operators

Is Null returns a bool of if the inputted object is null.

Inputs

Instance (Object)

Inputted object to check if null.

Outputs

* (bool)

Outputs if instance is null.