System.GUID - Manhunter07/MFL GitHub Wiki
Declaration
type BUID = array(11)
constructor GUID(D1: System.UInt32, D2 & D3: System.UInt16, D4: System.UInt64) = \built-in\
converter GUID(Value: any(string, sizeint(False, 128), array(16))) = \built-in\
Description
The GUID
type in the System
package is used to store GUIDs in MFL. It is basically a 128-bit integer, stored in an array consisting of one unsigned 32-bit, two unsigned 16-bit and one unsigned 64-bit integer numbers.