Stub |
Standardize |
||
Line 1: | Line 1: | ||
{{#Invoke:ProtoFlux|GenerateUI | |||
|Name=Box | |||
|Category=Core | |||
|Inputs= | |||
[ | |||
{"Name": "Box", "Type":"Dummy"} | |||
] | |||
|Outputs= | |||
[ | |||
{"Name": "*", "Type": "Object"} | |||
] | |||
|}} | |||
Allows converting a input instance of a ValueType to a Object representation. | Allows converting a input instance of a ValueType to a Object representation. | ||
== Inputs == | |||
=== Box (Generic) === | |||
The value to box into an object | |||
== Outputs == | |||
=== * ([[Type:Object|Object]]) === | |||
The resulting Object that contains Box (Generic)'s output. | |||
== Examples == | |||
<gallery widths=480px heights=480px> | |||
File:ProtoFlux_Example_Box|an example using a mix of Boxes and casts for a format string node. | |||
</gallery> |
Revision as of 18:29, 13 February 2024
Box
Core
Allows converting a input instance of a ValueType to a Object representation.
Inputs
Box (Generic)
The value to box into an object
Outputs
* (Object)
The resulting Object that contains Box (Generic)'s output.
Examples
-
an example using a mix of Boxes and casts for a format string node.