ProtoFlux:Get Type

From Resonite Wiki
Get Type
Object
*
Utility

The Get Type node takes in an Object, and returns the Type of that object. For example, using a float and connecting it to this node will return System.Single.

If you want something more familiar, you can also use the Nice Type Name node as well.

Inputs

Type (Object)

The Object to get the type from.

Outputs

* (Type)

Returns the long type name.