Type:RefID

From Resonite Wiki
Revision as of 19:30, 15 January 2024 by Arti (talk | contribs) (Created page with "RefID is a wrapper type around a ulong value which represents a pointer to a world element. It uses it's last 2 bytes 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.")
(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 it's last 2 bytes 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.