ProtoFlux:GetType: Difference between revisions

From Resonite Wiki
Created a page for the Get Type node.
 
m YoshBot moved page ProtoFlux:Get Type to ProtoFlux:GetType: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:21, 21 August 2025

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.