Type:IWorldElement

From Resonite Wiki
Revision as of 02:39, 10 December 2024 by Yosh (talk | contribs) (oh it should also have reference type yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.