Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
UUID.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
27sealed class UUID: string
28{
33
35 static const UUID NULL_UUID;
40 static const UUID NAMESPACE_DNS;
41 static const UUID NAMESPACE_URL;
42 static const UUID NAMESPACE_OID;
43 static const UUID NAMESPACE_X500;
45
69 proto external bool IsNull();
84 static proto bool IsUUID(string uuid);
86 proto external int GetVersion();
99 static proto UUID GenV4();
117 static proto UUID GenV8(UUID namespaceUUID, string name);
119 proto external void GetInts(out int i1, out int i2, out int i3, out int i4);
121 static proto UUID FromInts(int i1, int i2, int i3, int i4);
122}
123
Definition UUID.c:28