Small correction. |
cleanup |
||
Line 1: | Line 1: | ||
RefID is a wrapper | The '''RefID''' type is a wrapper around a [[Type:ULong|ulong]] value which represents a pointer to a [[Type:IWorldElement|world element]]. Every IWorldElement stores a unique RefID as its <code>ReferenceID</code> field. It is primarily an internal engine type and is not meant to be used directly. | ||
RefIDs use their 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. | |||
[[Category:Value Types]] | |||
Revision as of 23:04, 7 December 2024
The RefID type is a wrapper around a ulong value which represents a pointer to a world element. Every IWorldElement stores a unique RefID as its ReferenceID
field. It is primarily an internal engine type and is not meant to be used directly.
RefIDs use their 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.