Community ProtoFlux Library/AmasterAmaster/Slots/Create Slot From Template

From Resonite Wiki
This is a custom ProtoFlux node maintained by AmasterAmaster. Contact the creator of the node (not the Dev Team) with any bugs or issues.
This node was created using an in-game system and has no correlation to the Plugin system. Currently, these types of custom nodes are not officially supported by Resonite.
Create Slot From Template
*
Next
Template
Duplicate
UseTemplateValues
Name
Tag
Active
Persistant
Parent
Postion
Rotation
Scale
OrderOffset
Amaster's Slot Library

The Create Slot From Template node takes in a template slot and duplicates it, along with the values if the UseTemplateValues is set to true, otherwise you will need to enter the values to customize the newly duplicated slot.

Inputs

* (Call)

Calls to create a node from a template slot.

Template (Slot)

The template slot to duplicate.

UseTemplateValues (bool)

When a slot is duplicated, use the values from the template slot.

Name (String)

The Name of the duplicated slot.

Tag (String)

The Tag of the duplicated slot.

Active (bool)

The Active state of the duplicated slot.

Persistent (bool)

The Persistant state of the duplicated slot.

Parent (Slot)

The Parent slot of the duplicated slot.

Position (float3)

The Position of the duplicated slot.

Rotation (floatQ)

The Rotation of the duplicated slot.

Scale (float3)

The Scale of the duplicated slot.

OrderOffset (long)

The OrderOffset of the duplicated slot.

Outputs

Next (Continuation)

Continues the code from here.

Duplicate (Slot)

The duplicated slot reference.