Type:RefID

From Resonite Wiki
Revision as of 22:52, 7 June 2024 by Gamethecupdog (talk | contribs) (Small correction.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

RefID is a wrapper type around a ulong value which represents a pointer to a world element.

It uses its final byte to represent the allocation id of a user who allocated the world element, and the remaining bytes are used to represent which world element it's pointing to.

It is primarily an internal engine type and is not meant to be used directly.

Many users eventually found that it is useful for Ref Hacking, as this type is a reference to different parts of the engine (Slots, Components, etc)