Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:ReferenceID: Difference between revisions

From Resonite Wiki
Updated input description.
m YoshBot moved page ProtoFlux:Reference ID to ProtoFlux:ReferenceID: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:32, 21 August 2025

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.