Type:IWorldElement: Difference between revisions

From Resonite Wiki
make the page more concise while keeping the same information. I don't think this page fits to mention ref hacking
m I am a fool and you are meant to have the category here. it is not automatically applied in the namespace. why did I not notice this before
Line 12: Line 12:


Every IWorldElement has a unique [[Type:RefID|reference ID]] associated with it. Only one IWorldElement in a world may have any given reference ID, including elements that exist outside of the [[Root]] hierarchy.
Every IWorldElement has a unique [[Type:RefID|reference ID]] associated with it. Only one IWorldElement in a world may have any given reference ID, including elements that exist outside of the [[Root]] hierarchy.
[[Category:Type]]

Revision as of 02:32, 10 December 2024

The IWorldElement type is an interface type that represents any object of a reference type that may exist in a world.

Every object that can be referenced can be casted to and from IWorldElement, making the type a universal interface to everything in a world.

Objects that are IWorldElements include, but are not limited to:

Every IWorldElement has a unique reference ID associated with it. Only one IWorldElement in a world may have any given reference ID, including elements that exist outside of the Root hierarchy.