ProtoFlux:Get Type

From Resonite Wiki
Revision as of 06:46, 23 May 2024 by AmasterAmaster (talk | contribs) (Created a page for the Get Type node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.