Type:Guid: Difference between revisions

From Resonite Wiki
Added the type page for GUID.
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The '''GUID''' type is non-[[Data Model]] type that represents a [[Type:string|string]] of randomly generated characters that acts as a unique identifier. It is '''NOT''' part of the data model becuase of the resons profided in this github issue: [https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/1294 #1294].
The '''GUID''' type is non-[[Data Model]] type that represents a [[Type:string|string]] of randomly generated characters that acts as a unique identifier. It is '''NOT''' part of the data model because of the reasons provided in this github issue: [https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/1294 #1294].


=== Fun Facts ===
=== Fun Facts ===

Latest revision as of 19:45, 17 March 2025

The GUID type is non-Data Model type that represents a string of randomly generated characters that acts as a unique identifier. It is NOT part of the data model because of the reasons provided in this github issue: #1294.

Fun Facts

  • It is astronomically low to get a duplicate GUID (many thousands of years worth of time).
  • All characters in the string are randomly generated, except for one character that has a 4. This represents the 4th version of the GUID system.

See Also