Type:IWorldElement: Difference between revisions

From Resonite Wiki
m 989onan moved page Types:IWorldElement to Type:IWorldElement: Misspelled title: type not types
add interface type link
Line 1: Line 1:
{{Stub}}
{{Stub}}
IWorldElement is a reference to anything that may exist in a world. this can be a value field, component, user, reference, or anything contained in a world.  
IWorldElement is an [[Interface Type]] reference to anything that may exist in a world.


See: [[Component]] [[Slot]] [[Type:User]] [[Type:IField`1]] [[Type:IValue`1]] for all IWorldElements
(TODO: Is this correct?)
(TODO: Is this correct?)



Revision as of 21:15, 18 January 2024

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


IWorldElement is an Interface Type reference to anything that may exist in a world.

See: Component Slot Type:User Type:IField`1 Type:IValue`1 for all IWorldElements (TODO: Is this correct?)

The only exception to this type is references above root, which can only be accessed through commonly unsupported/frowned upon methods such as Reference Hacking Aka RefHacking. Types that don't fall under IWorldElement can be dangerous to mess with if you don't know what they do. If you're not the host, you can even get security kicked, booting you from the world due to the game thinking you are trying to tamper with the session's permissions.

See also: Things to Avoid