ProtoFlux:Reference ID: Difference between revisions

From Resonite Wiki
Created a page for the Reference ID node.
 
Updated input description.
 
Line 18: Line 18:
== Inputs ==
== Inputs ==


=== * ([[Type:IWorldElement|IWorldElement]]) ===
=== Element ([[Type:IWorldElement|IWorldElement]]) ===


The element to get the ID from.
The element to get the ID from.

Latest revision as of 12:29, 22 May 2024

Reference ID
Element
*
References

The Reference ID node takes in an element, which could be anything since it is an IWorldElement, then returns a RefID of that world element. Since the RefID type is used internally in the engine, it is unlikely to see any use besides read references.

This node can also be used in Ref Hacking, and the content you use with this node for that reason may break at anytime!

Inputs

Element (IWorldElement)

The element to get the ID from.

Outputs

* (RefID)

Returns the Reference ID from the provided element.