ProtoFlux:NiceTypeName

From Resonite Wiki
Revision as of 00:28, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Nice Type Name to ProtoFlux:NiceTypeName: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Nice Type Name
Type
*
OpenSymbol
CloseSymbol
Utility

The Nice Type Name node takes in a Type as well as optional open and close symbols, then returns the pretty human readable name of the provided type. For example, using a type that has a float and connecting it to this node, it will return float.

Usually used with the Get Type node.

Inputs

Type (Type)

The type we want the nice name of.

OpenSymbol (String)

The open symbol from this type (defaults to <).

CloseSymbol (String)

The close symbol from this type (defaults to >).

Outputs

* (String)

Returns the nice type name.