Type:Object: Difference between revisions

From Resonite Wiki
category
Added some more inforamtion to the object page, added a link as well.
Line 1: Line 1:
Object is essentially a Type which can store any other Type instance or it can be null. It can be used as a 'transporter' which you can use as generic storage and then later cast it back to its intended Type.
The Object type is essentially a [[Type:Type|Type]] which can store any other Type instance or it can be null.
 
It can be used as a 'transporter' which you can use as generic storage and then later cast it back to its intended Type. This can mostly be seen when using the [[ProtoFlux:Box|Box]] and [[ProtoFlux:Unbox|Unbox]] nodes.


[[Category:Type]]
[[Category:Type]]

Revision as of 06:54, 23 May 2024

The Object type is essentially a Type which can store any other Type instance or it can be null.

It can be used as a 'transporter' which you can use as generic storage and then later cast it back to its intended Type. This can mostly be seen when using the Box and Unbox nodes.